interface GroupIdentifierProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnSpotFleet.GroupIdentifierProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnSpotFleet_GroupIdentifierProperty |
![]() | software.amazon.awscdk.services.ec2.CfnSpotFleet.GroupIdentifierProperty |
![]() | aws_cdk.aws_ec2.CfnSpotFleet.GroupIdentifierProperty |
![]() | aws-cdk-lib » aws_ec2 » CfnSpotFleet » GroupIdentifierProperty |
Describes a security group.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ec2 as ec2 } from 'aws-cdk-lib';
const groupIdentifierProperty: ec2.CfnSpotFleet.GroupIdentifierProperty = {
groupId: 'groupId',
};
Properties
Name | Type | Description |
---|---|---|
group | string | The ID of the security group. |
groupId
Type:
string
The ID of the security group.