Class WebsiteCertificateAuthorityAssociationArgs
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 WebsiteCertificateAuthorityAssociationArgs : ResourceArgs
Constructors
View SourceWebsiteCertificateAuthorityAssociationArgs()
Declaration
public WebsiteCertificateAuthorityAssociationArgs()
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> |