Show / Hide Table of Contents

Class PolicyVersionState

Inheritance
System.Object
InputArgs
ResourceArgs
PolicyVersionState
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.AliCloud.ResourceManager
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class PolicyVersionState : ResourceArgs

Constructors

View Source

PolicyVersionState()

Declaration
public PolicyVersionState()

Properties

View Source

CreateDate

The time when the policy version was created.

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

IsDefaultVersion

Specifies whether to set the policy version as the default version. Default to false.

Declaration
public Input<bool> IsDefaultVersion { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

PolicyDocument

The content of the policy. The content must be 1 to 2,048 characters in length.

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

PolicyName

The name of the policy. Name must be 1 to 128 characters in length and can contain letters, digits, and hyphens (-).

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

VersionId

The ID of the policy version.

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