Interface CfnCodeInterpreterCustomPropsMixin.CertificateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCodeInterpreterCustomPropsMixin.CertificateProperty.Jsii$Proxy
- Enclosing class:
CfnCodeInterpreterCustomPropsMixin
@Stability(Stable)
public static interface CfnCodeInterpreterCustomPropsMixin.CertificateProperty
extends software.amazon.jsii.JsiiSerializable
A root CA certificate configuration.
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.*;
CertificateProperty certificateProperty = CertificateProperty.builder()
.certificateLocation(CertificateLocationProperty.builder()
.secretArn("secretArn")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCodeInterpreterCustomPropsMixin.CertificatePropertystatic final classAn implementation forCfnCodeInterpreterCustomPropsMixin.CertificateProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCertificateLocation
Certificate location in Secrets Manager.Returns union: either
IResolvableorCfnCodeInterpreterCustomPropsMixin.CertificateLocationProperty- See Also:
-
builder
-