Show / Hide Table of Contents

Class LogDestinationPolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LogDestinationPolicyArgs
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.CloudWatch
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LogDestinationPolicyArgs : ResourceArgs

Constructors

View Source

LogDestinationPolicyArgs()

Declaration
public LogDestinationPolicyArgs()

Properties

View Source

AccessPolicy

The policy document. This is a JSON formatted string.

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

DestinationName

A name for the subscription filter

Declaration
public Input<string> DestinationName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.