# Fastly::Dictionary::Dictionary Manage a Fastly service dictionary. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Type" : "Fastly::Dictionary::Dictionary",
    "Properties" : {
        "Name" : String,
        "DeletedAt" : String,
        "ServiceId" : String,
        "VersionId" : String,
    }
}
### YAML
Type: Fastly::Dictionary::Dictionary
Properties:
    Name: String
    DeletedAt: String
    ServiceId: String
    VersionId: String
## Properties #### Name Name for the Dictionary _Required_: Yes _Type_: String _Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) #### DeletedAt Date and time in ISO 8601 format. _Required_: No _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### ServiceId Alphanumeric string identifying the service. Read-only. _Required_: Yes _Type_: String _Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) #### VersionId Alphanumeric string identifying the service version. _Required_: Yes _Type_: String _Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) ## Return Values ### Fn::GetAtt The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values. For more information about using the `Fn::GetAtt` intrinsic function, see [Fn::GetAtt](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html). #### WriteOnly Determines if items in the dictionary are readable or not. #### CreatedAt Date and time in ISO 8601 format. #### Id Alphanumeric string identifying a Dictionary #### UpdatedAt Date and time in ISO 8601 format. Read-only. #### Version Integer identifying a domain version. Read-only.