Class CfnEnabledBaseline
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.controltower.CfnEnabledBaseline
- All Implemented Interfaces:
IInspectable,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-06T23:25:06.670Z")
@Stability(Stable)
public class CfnEnabledBaseline
extends CfnResource
implements IInspectable, ITaggableV2
This resource represents a
Baseline that has been applied to a target.
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.controltower.*;
Object value;
CfnEnabledBaseline cfnEnabledBaseline = CfnEnabledBaseline.Builder.create(this, "MyCfnEnabledBaseline")
.baselineIdentifier("baselineIdentifier")
.baselineVersion("baselineVersion")
.targetIdentifier("targetIdentifier")
// the properties below are optional
.parameters(List.of(ParameterProperty.builder()
.key("key")
.value(value)
.build()))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnEnabledBaseline.static interfaceA key-value parameter to anEnabledBaselineresource.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.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
ConstructorsModifierConstructorDescriptionprotectedCfnEnabledBaseline(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnEnabledBaseline(software.amazon.jsii.JsiiObjectRef objRef) CfnEnabledBaseline(software.constructs.Construct scope, String id, CfnEnabledBaselineProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe ARN of theEnabledBaselineresource.The specificBaselineenabled as part of theEnabledBaselineresource.The enabled version of theBaseline.Tag Manager which manages the tags for this resource.Parameters that are applied when enabling thisBaseline.getTags()Tags associated with input toEnableBaseline.The target on which to enable theBaseline.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetBaselineIdentifier(String value) The specificBaselineenabled as part of theEnabledBaselineresource.voidsetBaselineVersion(String value) The enabled version of theBaseline.voidsetParameters(List<Object> value) Parameters that are applied when enabling thisBaseline.voidsetParameters(IResolvable value) Parameters that are applied when enabling thisBaseline.voidTags associated with input toEnableBaseline.voidsetTargetIdentifier(String value) The target on which to enable theBaseline.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, 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, overrideLogicalIdMethods 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.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnEnabledBaseline
protected CfnEnabledBaseline(software.amazon.jsii.JsiiObjectRef objRef) -
CfnEnabledBaseline
protected CfnEnabledBaseline(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnEnabledBaseline
@Stability(Stable) public CfnEnabledBaseline(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnEnabledBaselineProps props) - 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
-
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.
-
getAttrEnabledBaselineIdentifier
The ARN of theEnabledBaselineresource. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getBaselineIdentifier
The specificBaselineenabled as part of theEnabledBaselineresource. -
setBaselineIdentifier
The specificBaselineenabled as part of theEnabledBaselineresource. -
getBaselineVersion
The enabled version of theBaseline. -
setBaselineVersion
The enabled version of theBaseline. -
getTargetIdentifier
The target on which to enable theBaseline. -
setTargetIdentifier
The target on which to enable theBaseline. -
getParameters
Parameters that are applied when enabling thisBaseline. -
setParameters
Parameters that are applied when enabling thisBaseline. -
setParameters
Parameters that are applied when enabling thisBaseline. -
getTags
Tags associated with input toEnableBaseline. -
setTags
Tags associated with input toEnableBaseline.
-