Interface ICfnAccountProps
Properties for defining a CfnAccount
.
Namespace: Amazon.CDK.AWS.CertificateManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnAccountProps
Syntax (vb)
Public Interface ICfnAccountProps
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.CertificateManager;
var cfnAccountProps = new CfnAccountProps {
ExpiryEventsConfiguration = new ExpiryEventsConfigurationProperty {
DaysBeforeExpiry = 123
}
};
Synopsis
Properties
Expiry |
Object containing expiration events options associated with an AWS account . |
Properties
ExpiryEventsConfiguration
Object containing expiration events options associated with an AWS account .
object ExpiryEventsConfiguration { get; }
Property Value
System.
Remarks
For more information, see ExpiryEventsConfiguration in the API reference.