Show / Hide Table of Contents

Class ProtectionState

Inheritance
System.Object
InputArgs
ResourceArgs
ProtectionState
Inherited Members
ResourceArgs.Empty
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 Source

ProtectionState()

Declaration
public ProtectionState()

Properties

View Source

Name

A friendly name for the Protection you are creating.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.