Class ApiKeyCredentialProviderAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.ApiKeyCredentialProviderAttributes.Jsii$Proxy
- All Implemented Interfaces:
ApiKeyCredentialProviderAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ApiKeyCredentialProviderAttributes
@Stability(Stable)
@Internal
public static final class ApiKeyCredentialProviderAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ApiKeyCredentialProviderAttributes
An implementation for
ApiKeyCredentialProviderAttributes-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.ApiKeyCredentialProviderAttributes
ApiKeyCredentialProviderAttributes.Builder, ApiKeyCredentialProviderAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theApiKeyCredentialProviderAttributes.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringARN of the Secrets Manager secret for the API key, if known.final StringResource creation time.final StringARN of the credential provider.final StringResource last-updated time.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theApiKeyCredentialProviderAttributes.Builder.
-
-
Method Details
-
getCredentialProviderArn
Description copied from interface:ApiKeyCredentialProviderAttributesARN of the credential provider.- Specified by:
getCredentialProviderArnin interfaceApiKeyCredentialProviderAttributes
-
getApiKeySecretArn
Description copied from interface:ApiKeyCredentialProviderAttributesARN of the Secrets Manager secret for the API key, if known.Default: - not set; required for
on imported providersinvalid reference
ApiKeyCredentialProvider.bindForGatewayApiKeyTarget- Specified by:
getApiKeySecretArnin interfaceApiKeyCredentialProviderAttributes
-
getCreatedTime
Description copied from interface:ApiKeyCredentialProviderAttributesResource creation time.Default: - not set
- Specified by:
getCreatedTimein interfaceApiKeyCredentialProviderAttributes
-
getLastUpdatedTime
Description copied from interface:ApiKeyCredentialProviderAttributesResource last-updated time.Default: - not set
- Specified by:
getLastUpdatedTimein interfaceApiKeyCredentialProviderAttributes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-