Show / Hide Table of Contents

Interface CfnSpotFleet.IGroupIdentifierProperty

Describes a security group.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnSpotFleet.IGroupIdentifierProperty
Syntax (vb)
Public Interface CfnSpotFleet.IGroupIdentifierProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-groupidentifier.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.EC2;

             var groupIdentifierProperty = new GroupIdentifierProperty {
                 GroupId = "groupId"
             };

Synopsis

Properties

GroupId

The ID of the security group.

Properties

GroupId

The ID of the security group.

string GroupId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-groupidentifier.html#cfn-ec2-spotfleet-groupidentifier-groupid

Back to top Generated by DocFX