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
Remarks
ExampleMetadata: fixture=_generated