Show / Hide Table of Contents

Interface ISecurityGroupReference

A reference to a SecurityGroup resource.

Namespace: Amazon.CDK.Interfaces.ElastiCache
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISecurityGroupReference
Syntax (vb)
Public Interface ISecurityGroupReference
Remarks

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.Interfaces.ElastiCache;

            var securityGroupReference = new SecurityGroupReference {
                SecurityGroupId = "securityGroupId"
            };

Synopsis

Properties

SecurityGroupId

The Id of the SecurityGroup resource.

Properties

SecurityGroupId

The Id of the SecurityGroup resource.

string SecurityGroupId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX