Class ClientCertificateState
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.ApiGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ClientCertificateState : ResourceArgs
Constructors
View SourceClientCertificateState()
Declaration
public ClientCertificateState()
Properties
View SourceArn
Amazon Resource Name (ARN)
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CreatedDate
The date when the client certificate was created.
Declaration
public Input<string> CreatedDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The description of the client certificate.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExpirationDate
The date when the client certificate will expire.
Declaration
public Input<string> ExpirationDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PemEncodedCertificate
The PEM-encoded public key of the client certificate.
Declaration
public Input<string> PemEncodedCertificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
Key-value map of resource tags
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |