Class CfnDataAutomationLibrary
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.bedrock.CfnDataAutomationLibrary
- All Implemented Interfaces:
IInspectable,IDataAutomationLibraryRef,IEnvironmentAware,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-04-14T18:31:49.765Z")
@Stability(Stable)
public class CfnDataAutomationLibrary
extends CfnResource
implements IInspectable, IDataAutomationLibraryRef, ITaggableV2
Resource Type definition for AWS::Bedrock::DataAutomationLibrary.
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.bedrock.*;
CfnDataAutomationLibrary cfnDataAutomationLibrary = CfnDataAutomationLibrary.Builder.create(this, "MyCfnDataAutomationLibrary")
.libraryName("libraryName")
// the properties below are optional
.encryptionConfiguration(EncryptionConfigurationProperty.builder()
.kmsKeyId("kmsKeyId")
// the properties below are optional
.kmsEncryptionContext(Map.of(
"kmsEncryptionContextKey", "kmsEncryptionContext"))
.build())
.libraryDescription("libraryDescription")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnDataAutomationLibrary.static interfaceKMS Encryption Configuration.static interfaceInformation about an entity type in the DataAutomationLibrary.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.bedrock.IDataAutomationLibraryRef
IDataAutomationLibraryRef.Jsii$Default, IDataAutomationLibraryRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnDataAutomationLibrary(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnDataAutomationLibrary(software.amazon.jsii.JsiiObjectRef objRef) CfnDataAutomationLibrary(software.constructs.Construct scope, String id, CfnDataAutomationLibraryProps props) Create a newAWS::Bedrock::DataAutomationLibrary. -
Method Summary
Modifier and TypeMethodDescriptionTime Stamp.List of info for each entity type in the DataAutomationLibrary.ARN generated at the server side when a DataAutomationLibrary is created.Status of DataAutomationLibrary.Tag Manager which manages the tags for this resource.A reference to a DataAutomationLibrary resource.KMS Encryption Configuration.Description of the DataAutomationLibrary.Name of the DataAutomationLibrary.getTags()List of tags.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnDataAutomationLibrary.renderProperties(Map<String, Object> props) voidKMS Encryption Configuration.voidKMS Encryption Configuration.voidsetLibraryDescription(String value) Description of the DataAutomationLibrary.voidsetLibraryName(String value) Name of the DataAutomationLibrary.voidList of tags.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, withMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnDataAutomationLibrary
protected CfnDataAutomationLibrary(software.amazon.jsii.JsiiObjectRef objRef) -
CfnDataAutomationLibrary
protected CfnDataAutomationLibrary(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnDataAutomationLibrary
@Stability(Stable) public CfnDataAutomationLibrary(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnDataAutomationLibraryProps props) Create a newAWS::Bedrock::DataAutomationLibrary.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
isCfnDataAutomationLibrary
Checks whether the given object is a CfnDataAutomationLibrary.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrCreationTime
Time Stamp. -
getAttrEntityTypes
List of info for each entity type in the DataAutomationLibrary. -
getAttrLibraryArn
ARN generated at the server side when a DataAutomationLibrary is created. -
getAttrStatus
Status of DataAutomationLibrary. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getDataAutomationLibraryRef
A reference to a DataAutomationLibrary resource.- Specified by:
getDataAutomationLibraryRefin interfaceIDataAutomationLibraryRef
-
getLibraryName
Name of the DataAutomationLibrary. -
setLibraryName
Name of the DataAutomationLibrary. -
getEncryptionConfiguration
KMS Encryption Configuration.Returns union: either
IResolvableorCfnDataAutomationLibrary.EncryptionConfigurationProperty -
setEncryptionConfiguration
KMS Encryption Configuration. -
setEncryptionConfiguration
@Stability(Stable) public void setEncryptionConfiguration(@Nullable CfnDataAutomationLibrary.EncryptionConfigurationProperty value) KMS Encryption Configuration. -
getLibraryDescription
Description of the DataAutomationLibrary. -
setLibraryDescription
Description of the DataAutomationLibrary. -
getTags
List of tags. -
setTags
List of tags.
-