@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.173Z") @Stability(value=Stable) public class CfnFramework extends CfnResource implements IInspectable
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.backup.*;
Object controlScope;
CfnFramework cfnFramework = CfnFramework.Builder.create(this, "MyCfnFramework")
.frameworkControls(List.of(FrameworkControlProperty.builder()
.controlName("controlName")
// the properties below are optional
.controlInputParameters(List.of(ControlInputParameterProperty.builder()
.parameterName("parameterName")
.parameterValue("parameterValue")
.build()))
.controlScope(controlScope)
.build()))
// the properties below are optional
.frameworkDescription("frameworkDescription")
.frameworkName("frameworkName")
.frameworkTags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnFramework.Builder
A fluent builder for
CfnFramework. |
static interface |
CfnFramework.ControlInputParameterProperty
Example:
|
static interface |
CfnFramework.FrameworkControlProperty
Example:
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnFramework(software.constructs.Construct scope,
String id,
CfnFrameworkProps props)
Create a new `AWS::Backup::Framework`.
|
protected |
CfnFramework(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnFramework(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
IResolvable |
getAttrCreationTime() |
String |
getAttrDeploymentStatus() |
String |
getAttrFrameworkArn() |
String |
getAttrFrameworkStatus() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getFrameworkControls()
`AWS::Backup::Framework.FrameworkControls`.
|
String |
getFrameworkDescription()
`AWS::Backup::Framework.FrameworkDescription`.
|
String |
getFrameworkName()
`AWS::Backup::Framework.FrameworkName`.
|
Object |
getFrameworkTags()
`AWS::Backup::Framework.FrameworkTags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setFrameworkControls(IResolvable value)
`AWS::Backup::Framework.FrameworkControls`.
|
void |
setFrameworkControls(List<Object> value)
`AWS::Backup::Framework.FrameworkControls`.
|
void |
setFrameworkDescription(String value)
`AWS::Backup::Framework.FrameworkDescription`.
|
void |
setFrameworkName(String value)
`AWS::Backup::Framework.FrameworkName`.
|
void |
setFrameworkTags(IResolvable value)
`AWS::Backup::Framework.FrameworkTags`.
|
void |
setFrameworkTags(List<Object> value)
`AWS::Backup::Framework.FrameworkTags`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnFramework(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnFramework(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnFramework(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnFrameworkProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public IResolvable getAttrCreationTime()
@Stability(value=Stable) @NotNull public String getAttrDeploymentStatus()
@Stability(value=Stable) @NotNull public String getAttrFrameworkArn()
@Stability(value=Stable) @NotNull public String getAttrFrameworkStatus()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public Object getFrameworkControls()
@Stability(value=Stable)
public void setFrameworkControls(@NotNull
IResolvable value)
@Stability(value=Stable)
public void setFrameworkControls(@NotNull
List<Object> value)
@Stability(value=Stable) @Nullable public String getFrameworkDescription()
@Stability(value=Stable)
public void setFrameworkDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getFrameworkName()
@Stability(value=Stable)
public void setFrameworkName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getFrameworkTags()
@Stability(value=Stable)
public void setFrameworkTags(@Nullable
IResolvable value)
Copyright © 2021. All rights reserved.