DATASOURCE::ECS::SecurityGroup is used to query the information about a security group.
Syntax
{
"Type": "DATASOURCE::ECS::SecurityGroup",
"Properties": {
"SecurityGroupId": String
}
}
Properties
Property | Type | Required | Editable | Description | Constraint |
SecurityGroupId | String | Yes | Yes | The ID of the security group. | None. |
Return values
Fn::GetAtt
Description: the description of the security group.
SecurityGroupName: the name of the security group.
ServiceManaged: indicates whether the security group is owned by a cloud service or distributor.
ResourceGroupId: the ID of the resource group.
SecurityGroupReferences: all the authorization information about the security group.
SecurityGroupId: the ID of the security group.
CreateTime: the creation time of the security group.
SecurityGroupType: the type of the security group.
ServiceId: the ID of the distributor to which the security group belongs.
VpcId: the ID of the virtual private cloud (VPC) to which the security group belongs.
Permissions: the permissions of the security group.
InnerAccessPolicy: the network communication policy for the security group.
Tags: the tags that are added to the security group.