Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.backup.CfnRestoreTestingSelectionPropsMixin.Builder
Packages that use CfnRestoreTestingSelectionPropsMixin.Builder
-
Uses of CfnRestoreTestingSelectionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.backup
Methods in software.amazon.awscdk.cfnpropertymixins.services.backup that return CfnRestoreTestingSelectionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnRestoreTestingSelectionPropsMixin.Builder.create()CfnRestoreTestingSelectionPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnRestoreTestingSelectionPropsMixin.Builder.iamRoleArn(String iamRoleArn) The Amazon Resource Name (ARN) of the IAM role that AWS Backup uses to create the target resource;CfnRestoreTestingSelectionPropsMixin.Builder.protectedResourceArns(List<String> protectedResourceArns) You can include specific ARNs, such asProtectedResourceArns: ["arn:aws:...", "arn:aws:..."]or you can include a wildcard:ProtectedResourceArns: ["*"], but not both.CfnRestoreTestingSelectionPropsMixin.Builder.protectedResourceConditions(CfnRestoreTestingSelectionPropsMixin.ProtectedResourceConditionsProperty protectedResourceConditions) In a resource testing selection, this parameter filters by specific conditions such asStringEqualsorStringNotEquals.CfnRestoreTestingSelectionPropsMixin.Builder.protectedResourceConditions(IResolvable protectedResourceConditions) In a resource testing selection, this parameter filters by specific conditions such asStringEqualsorStringNotEquals.CfnRestoreTestingSelectionPropsMixin.Builder.protectedResourceType(String protectedResourceType) The type of AWS resource included in a resource testing selection;CfnRestoreTestingSelectionPropsMixin.Builder.restoreMetadataOverrides(Map<String, String> restoreMetadataOverrides) You can override certain restore metadata keys by including the parameterRestoreMetadataOverridesin the body ofRestoreTestingSelection.CfnRestoreTestingSelectionPropsMixin.Builder.restoreMetadataOverrides(IResolvable restoreMetadataOverrides) You can override certain restore metadata keys by including the parameterRestoreMetadataOverridesin the body ofRestoreTestingSelection.CfnRestoreTestingSelectionPropsMixin.Builder.restoreTestingPlanName(String restoreTestingPlanName) Unique string that is the name of the restore testing plan.CfnRestoreTestingSelectionPropsMixin.Builder.restoreTestingSelectionName(String restoreTestingSelectionName) The unique name of the restore testing selection that belongs to the related restore testing plan.CfnRestoreTestingSelectionPropsMixin.Builder.validationWindowHours(Number validationWindowHours) This is amount of hours (1 to 168) available to run a validation script on the data.