# Okta::Group::Group Profile ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Name" : String,
    "Description" : String
}
### YAML
Name: String
Description: String
## Properties #### Name Name of the Group _Required_: Yes _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Description Description of the Group _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)