Class ProtectionState
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.Shield
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ProtectionState : ResourceArgs
Constructors
View SourceProtectionState()
Declaration
public ProtectionState()
Properties
View SourceName
A friendly name for the Protection you are creating.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceArn
The ARN (Amazon Resource Name) of the resource to be protected.
Declaration
public Input<string> ResourceArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |