interface CfnSecurityGroupProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ElastiCache.CfnSecurityGroupProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awselasticache#CfnSecurityGroupProps |
![]() | software.amazon.awscdk.services.elasticache.CfnSecurityGroupProps |
![]() | aws_cdk.aws_elasticache.CfnSecurityGroupProps |
![]() | aws-cdk-lib » 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 { aws_elasticache as elasticache } from 'aws-cdk-lib';
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.