Class PublicKeyArgs
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 PublicKeyArgs : ResourceArgs
Constructors
View SourcePublicKeyArgs()
Declaration
public PublicKeyArgs()
Properties
View SourceComment
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> |
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> |