Class PublicKeyState
Inherited Members
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 SourcePublicKeyState()
Declaration
public PublicKeyState()
Properties
View SourceCallerReference
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> |
Comment
An optional comment about the public key.
Declaration
public Input<string> Comment { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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> |
NamePrefix
The name for the public key. Conflicts with name.
Declaration
public Input<string> NamePrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |