Show / Hide Table of Contents

Class ProtectionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ProtectionArgs
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 ProtectionArgs : ResourceArgs

Constructors

View Source

ProtectionArgs()

Declaration
public ProtectionArgs()

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.