Interface CfnEnabledBaselineMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEnabledBaselineMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:57.715Z")
@Stability(Stable)
public interface CfnEnabledBaselineMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnEnabledBaselinePropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.controltower.*;
Object value;
CfnEnabledBaselineMixinProps cfnEnabledBaselineMixinProps = CfnEnabledBaselineMixinProps.builder()
.baselineIdentifier("baselineIdentifier")
.baselineVersion("baselineVersion")
.parameters(List.of(ParameterProperty.builder()
.key("key")
.value(value)
.build()))
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.targetIdentifier("targetIdentifier")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEnabledBaselineMixinPropsstatic final classAn implementation forCfnEnabledBaselineMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe specificBaselineenabled as part of theEnabledBaselineresource.default StringThe enabled version of theBaseline.default ObjectShows the parameters that are applied when enabling thisBaseline.getTags()default StringThe target on which to enable theBaseline.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBaselineIdentifier
The specificBaselineenabled as part of theEnabledBaselineresource.- See Also:
-
getBaselineVersion
The enabled version of theBaseline.- See Also:
-
getParameters
Shows the parameters that are applied when enabling thisBaseline.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnEnabledBaselinePropsMixin.ParameterProperty>- See Also:
-
getTags
- See Also:
-
getTargetIdentifier
The target on which to enable theBaseline.- See Also:
-
builder
-