Interface CfnBrowserCustomPropsMixin.CertificateLocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBrowserCustomPropsMixin.CertificateLocationProperty.Jsii$Proxy
- Enclosing class:
CfnBrowserCustomPropsMixin
@Stability(Stable)
public static interface CfnBrowserCustomPropsMixin.CertificateLocationProperty
extends software.amazon.jsii.JsiiSerializable
Certificate location in Secrets Manager.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.*;
CertificateLocationProperty certificateLocationProperty = CertificateLocationProperty.builder()
.secretArn("secretArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBrowserCustomPropsMixin.CertificateLocationPropertystatic final classAn implementation forCfnBrowserCustomPropsMixin.CertificateLocationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSecretArn
Secrets Manager secret ARN.- See Also:
-
builder
-