Class CfnTrustStoreProps
Properties for defining a CfnTrustStore
.
Inheritance
System.Object
CfnTrustStoreProps
Implements
Namespace: Amazon.CDK.AwsWorkspacesweb
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTrustStoreProps : Object, ICfnTrustStoreProps
Syntax (vb)
Public Class CfnTrustStoreProps
Inherits Object
Implements ICfnTrustStoreProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_workspacesweb;
var cfnTrustStoreProps = new CfnTrustStoreProps {
CertificateList = new [] { "certificateList" },
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
CfnTrustStoreProps() |
Properties
CertificateList | A list of CA certificates to be added to the trust store. |
Tags | The tags to add to the trust store. |
Constructors
CfnTrustStoreProps()
public CfnTrustStoreProps()
Properties
CertificateList
A list of CA certificates to be added to the trust store.
public string[] CertificateList { get; set; }
Property Value
System.String[]
Remarks
Tags
The tags to add to the trust store.
public ICfnTag[] Tags { get; set; }
Property Value
ICfnTag[]