Interface CfnOAuth2CredentialProvider.ClientSecretArnProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOAuth2CredentialProvider.ClientSecretArnProperty.Jsii$Proxy
- Enclosing class:
CfnOAuth2CredentialProvider
@Stability(Stable)
public static interface CfnOAuth2CredentialProvider.ClientSecretArnProperty
extends software.amazon.jsii.JsiiSerializable
Contains information about a secret in AWS 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.*;
ClientSecretArnProperty clientSecretArnProperty = ClientSecretArnProperty.builder()
.secretArn("secretArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOAuth2CredentialProvider.ClientSecretArnPropertystatic final classAn implementation forCfnOAuth2CredentialProvider.ClientSecretArnProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSecretArn
The ARN of the secret in AWS Secrets Manager.- See Also:
-
builder
-