Show / Hide Table of Contents

Class PublicKeyState

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

Constructors

View Source

PublicKeyState()

Declaration
public PublicKeyState()

Properties

View Source

CallerReference

Internal value used by CloudFront to allow future updates to the public key configuration.

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

Comment

An optional comment about the public key.

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

EncodedKey

The encoded public key that you want to add to CloudFront to use with features like field-level encryption.

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

Etag

The current version of the public key. For example: E2QWRUHAPOMQZL.

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

Name

The name for the public key. By default generated by this provider.

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

NamePrefix

The name for the public key. Conflicts with name.

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