Interface CfnCodeInterpreterCustom.CertificateLocationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCodeInterpreterCustom.CertificateLocationProperty.Jsii$Proxy
- Enclosing class:
CfnCodeInterpreterCustom
@Stability(Stable)
public static interface CfnCodeInterpreterCustom.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.services.bedrockagentcore.*;
CertificateLocationProperty certificateLocationProperty = CertificateLocationProperty.builder()
.secretArn("secretArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCodeInterpreterCustom.CertificateLocationPropertystatic final classAn implementation forCfnCodeInterpreterCustom.CertificateLocationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSecretArn
Secrets Manager secret ARN.- See Also:
-
builder
-