Class WebsiteCertificateAuthorityAssociationState
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.WorkLink
Assembly: Pulumi.Aws.dll
Syntax
public sealed class WebsiteCertificateAuthorityAssociationState : ResourceArgs
Constructors
View SourceWebsiteCertificateAuthorityAssociationState()
Declaration
public WebsiteCertificateAuthorityAssociationState()
Properties
View SourceCertificate
The root certificate of the Certificate Authority.
Declaration
public Input<string> Certificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DisplayName
The certificate name to display.
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FleetArn
The ARN of the fleet.
Declaration
public Input<string> FleetArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WebsiteCaId
A unique identifier for the Certificate Authority.
Declaration
public Input<string> WebsiteCaId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |