Class SecurityGroupArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ElastiCache
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SecurityGroupArgs : ResourceArgs
Constructors
View SourceSecurityGroupArgs()
Declaration
public SecurityGroupArgs()
Properties
View SourceDescription
description for the cache security group. Defaults to "Managed by Pulumi".
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name for the cache security group. This value is stored as a lowercase string.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecurityGroupNames
List of EC2 security group names to be authorized for ingress to the cache security group
Declaration
public InputList<string> SecurityGroupNames { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |