interface CfnSecurityGroupProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ElastiCache.CfnSecurityGroupProps |
![]() | software.amazon.awscdk.services.elasticache.CfnSecurityGroupProps |
![]() | aws_cdk.aws_elasticache.CfnSecurityGroupProps |
![]() | @aws-cdk/aws-elasticache » CfnSecurityGroupProps |
Properties for defining a CfnSecurityGroup
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as elasticache from '@aws-cdk/aws-elasticache';
const cfnSecurityGroupProps: elasticache.CfnSecurityGroupProps = {
description: 'description',
// the properties below are optional
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
description | string | A description for the cache security group. |
tags? | Cfn [] | A tag that can be added to an ElastiCache security group. |
description
Type:
string
A description for the cache security group.
tags?
Type:
Cfn
[]
(optional)
A tag that can be added to an ElastiCache security group.
Tags are composed of a Key/Value pair. You can use tags to categorize and track all your security groups. A tag with a null Value is permitted.