@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:05.216Z") @Stability(value=Stable) public class CfnReportPlan 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 reportDeliveryChannel;
Object reportSetting;
CfnReportPlan cfnReportPlan = CfnReportPlan.Builder.create(this, "MyCfnReportPlan")
.reportDeliveryChannel(reportDeliveryChannel)
.reportSetting(reportSetting)
// the properties below are optional
.reportPlanDescription("reportPlanDescription")
.reportPlanName("reportPlanName")
.reportPlanTags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnReportPlan.Builder
A fluent builder for
CfnReportPlan. |
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 |
|---|---|
|
CfnReportPlan(software.constructs.Construct scope,
String id,
CfnReportPlanProps props)
Create a new `AWS::Backup::ReportPlan`.
|
protected |
CfnReportPlan(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnReportPlan(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrReportPlanArn() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getReportDeliveryChannel()
`AWS::Backup::ReportPlan.ReportDeliveryChannel`.
|
String |
getReportPlanDescription()
`AWS::Backup::ReportPlan.ReportPlanDescription`.
|
String |
getReportPlanName()
`AWS::Backup::ReportPlan.ReportPlanName`.
|
Object |
getReportPlanTags()
`AWS::Backup::ReportPlan.ReportPlanTags`.
|
Object |
getReportSetting()
`AWS::Backup::ReportPlan.ReportSetting`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setReportDeliveryChannel(Object value)
`AWS::Backup::ReportPlan.ReportDeliveryChannel`.
|
void |
setReportPlanDescription(String value)
`AWS::Backup::ReportPlan.ReportPlanDescription`.
|
void |
setReportPlanName(String value)
`AWS::Backup::ReportPlan.ReportPlanName`.
|
void |
setReportPlanTags(IResolvable value)
`AWS::Backup::ReportPlan.ReportPlanTags`.
|
void |
setReportPlanTags(List<Object> value)
`AWS::Backup::ReportPlan.ReportPlanTags`.
|
void |
setReportSetting(Object value)
`AWS::Backup::ReportPlan.ReportSetting`.
|
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 CfnReportPlan(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnReportPlan(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnReportPlan(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnReportPlanProps 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 String getAttrReportPlanArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public Object getReportDeliveryChannel()
@Stability(value=Stable)
public void setReportDeliveryChannel(@NotNull
Object value)
@Stability(value=Stable) @Nullable public String getReportPlanDescription()
@Stability(value=Stable)
public void setReportPlanDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getReportPlanName()
@Stability(value=Stable)
public void setReportPlanName(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getReportPlanTags()
@Stability(value=Stable)
public void setReportPlanTags(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setReportPlanTags(@Nullable
List<Object> value)
@Stability(value=Stable) @NotNull public Object getReportSetting()
@Stability(value=Stable)
public void setReportSetting(@NotNull
Object value)
Copyright © 2021. All rights reserved.