Class CfnConfiguration
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.omics.CfnConfiguration
- All Implemented Interfaces:
IInspectable,IEnvironmentAware,IConfigurationRef,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:59.947Z")
@Stability(Stable)
public class CfnConfiguration
extends CfnResource
implements IInspectable, IConfigurationRef, ITaggableV2
Resource schema for AWS::Omics::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.omics.*;
CfnConfiguration cfnConfiguration = CfnConfiguration.Builder.create(this, "MyCfnConfiguration")
.name("name")
.runConfigurations(RunConfigurationsProperty.builder()
.vpcConfig(VpcConfigProperty.builder()
.securityGroupIds(List.of("securityGroupIds"))
.subnetIds(List.of("subnetIds"))
.build())
.build())
// the properties below are optional
.description("description")
.tags(Map.of(
"tagsKey", "tags"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnConfiguration.static interfaceExample:static interfaceExample:Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.omics.IConfigurationRef
IConfigurationRef.Jsii$Default, IConfigurationRef.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested 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
ConstructorsModifierConstructorDescriptionprotectedCfnConfiguration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnConfiguration(software.amazon.jsii.JsiiObjectRef objRef) CfnConfiguration(software.constructs.Construct scope, String id, CfnConfigurationProps props) Create a newAWS::Omics::Configuration. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringarnForConfiguration(IConfigurationRef resource) Unique resource identifier for the configuration.Configuration creation timestamp.Current configuration status.Unique identifier for the configuration.Tag Manager which manages the tags for this resource.A reference to a Configuration resource.Optional description for the configuration.getName()User-friendly name for the configuration.Returns union: eitherIResolvableorCfnConfiguration.RunConfigurationsPropertygetTags()A map of resource tags.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnConfiguration.renderProperties(Map<String, Object> props) voidsetDescription(String value) Optional description for the configuration.voidUser-friendly name for the configuration.voidsetRunConfigurations(IResolvable value) voidvoidA map of resource 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
-
CfnConfiguration
protected CfnConfiguration(software.amazon.jsii.JsiiObjectRef objRef) -
CfnConfiguration
protected CfnConfiguration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnConfiguration
@Stability(Stable) public CfnConfiguration(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnConfigurationProps props) Create a newAWS::Omics::Configuration.- 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
-
arnForConfiguration
@Stability(Stable) @NotNull public static String arnForConfiguration(@NotNull IConfigurationRef resource) - Parameters:
resource- This parameter is required.
-
isCfnConfiguration
Checks whether the given object is a CfnConfiguration.- 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.
-
getAttrArn
Unique resource identifier for the configuration. -
getAttrCreationTime
Configuration creation timestamp. -
getAttrStatus
Current configuration status. -
getAttrUuid
Unique identifier for the configuration. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getConfigurationRef
A reference to a Configuration resource.- Specified by:
getConfigurationRefin interfaceIConfigurationRef
-
getName
User-friendly name for the configuration. -
setName
User-friendly name for the configuration. -
getRunConfigurations
Returns union: eitherIResolvableorCfnConfiguration.RunConfigurationsProperty -
setRunConfigurations
-
setRunConfigurations
@Stability(Stable) public void setRunConfigurations(@NotNull CfnConfiguration.RunConfigurationsProperty value) -
getDescription
Optional description for the configuration. -
setDescription
Optional description for the configuration. -
getTags
A map of resource tags. -
setTags
A map of resource tags.
-