aws-cdk-lib.aws_ec2.CfnSpotFleet.GroupIdentifierProperty

interface GroupIdentifierProperty

LanguageType name
.NETAmazon.CDK.AWS.EC2.CfnSpotFleet.GroupIdentifierProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnSpotFleet_GroupIdentifierProperty
Javasoftware.amazon.awscdk.services.ec2.CfnSpotFleet.GroupIdentifierProperty
Pythonaws_cdk.aws_ec2.CfnSpotFleet.GroupIdentifierProperty
TypeScript 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

NameTypeDescription
groupIdstringThe ID of the security group.

groupId

Type: string

The ID of the security group.