# Lacework::Integration::CloudAccount Resource to integrate a Cloud Account with Lacework ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{ "Type" : "Lacework::Integration::CloudAccount", "Properties" : { "Name" : String, "Type" : String, "Enabled" : Double, "Data" : String, } }### YAML
Type: Lacework::Integration::CloudAccount Properties: Name: String Type: String Enabled: Double Data: String## Properties #### Name When sending a request, use this attribute to specify an integration's name. When included in a response, this attribute returns the specified integration's name. _Required_: Yes _Type_: String _Minimum Length_:
1
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### Type
When sending a request, use this attribute to specify the type of integration, from the following options. When included in a response, this attribute returns the specified integration's type.
_Required_: Yes
_Type_: String
_Allowed Values_: AwsCfg
| AwsCtSqs
| AwsEksAudit
| AwsUsGovCfg
| AwsUsGovCtSqs
| AzureAlSeq
| AzureCfg
| GcpAtSes
| GcpCfg
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### Enabled
When sending a request, use this attribute to enable or disable an integration. When included in a response, returns 1 for an enabled integration or 0 for a disabled integration.
_Required_: Yes
_Type_: Double
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### Data
A stringified JSON object as defined here https://yourlacework.lacework.net/api/v2/docs#tag/ContainerRegistries/paths/~1api~1v2~1ContainerRegistries/post
_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)
## Return Values
### Ref
When you pass the logical ID of this resource to the intrinsic `Ref` function, Ref returns the IntgGuid.
### 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).
#### IntgGuid
The integration's globally unique identifier
#### CreatedOrUpdatedTime
The timestamp for when the alert channel was created or last updated.