Interface CfnCodeInterpreterCustom.CertificateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCodeInterpreterCustom.CertificateProperty.Jsii$Proxy
- Enclosing class:
CfnCodeInterpreterCustom
@Stability(Stable)
public static interface CfnCodeInterpreterCustom.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.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 forCfnCodeInterpreterCustom.CertificatePropertystatic final classAn implementation forCfnCodeInterpreterCustom.CertificateProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCertificateLocation
Certificate location in Secrets Manager.Returns union: either
IResolvableorCfnCodeInterpreterCustom.CertificateLocationProperty- See Also:
-
builder
-