Show / Hide Table of Contents

Class CfnSpotFleet.GroupIdentifierProperty

Describes a security group.

Inheritance
object
CfnSpotFleet.GroupIdentifierProperty
Implements
CfnSpotFleet.IGroupIdentifierProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSpotFleet.GroupIdentifierProperty : CfnSpotFleet.IGroupIdentifierProperty
Syntax (vb)
Public Class CfnSpotFleet.GroupIdentifierProperty Implements 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

Constructors

GroupIdentifierProperty()

Describes a security group.

Properties

GroupId

The ID of the security group.

Constructors

GroupIdentifierProperty()

Describes a security group.

public GroupIdentifierProperty()
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"
             };

Properties

GroupId

The ID of the security group.

public string GroupId { get; set; }
Property Value

string

Remarks

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

Implements

CfnSpotFleet.IGroupIdentifierProperty
Back to top Generated by DocFX