aws-native logo
AWS Native v0.64.0, Jun 2 23

aws-native.backup.BackupPlan

Explore with Pulumi AI

Resource Type definition for AWS::Backup::BackupPlan

Create BackupPlan Resource

new BackupPlan(name: string, args: BackupPlanArgs, opts?: CustomResourceOptions);
@overload
def BackupPlan(resource_name: str,
               opts: Optional[ResourceOptions] = None,
               backup_plan: Optional[BackupPlanResourceTypeArgs] = None,
               backup_plan_tags: Optional[Any] = None)
@overload
def BackupPlan(resource_name: str,
               args: BackupPlanArgs,
               opts: Optional[ResourceOptions] = None)
func NewBackupPlan(ctx *Context, name string, args BackupPlanArgs, opts ...ResourceOption) (*BackupPlan, error)
public BackupPlan(string name, BackupPlanArgs args, CustomResourceOptions? opts = null)
public BackupPlan(String name, BackupPlanArgs args)
public BackupPlan(String name, BackupPlanArgs args, CustomResourceOptions options)
type: aws-native:backup:BackupPlan
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args BackupPlanArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args BackupPlanArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args BackupPlanArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args BackupPlanArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args BackupPlanArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

BackupPlan Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The BackupPlan resource accepts the following input properties:

Outputs

All input properties are implicitly available as output properties. Additionally, the BackupPlan resource produces the following output properties:

BackupPlanArn string
BackupPlanId string
Id string

The provider-assigned unique ID for this managed resource.

VersionId string
BackupPlanArn string
BackupPlanId string
Id string

The provider-assigned unique ID for this managed resource.

VersionId string
backupPlanArn String
backupPlanId String
id String

The provider-assigned unique ID for this managed resource.

versionId String
backupPlanArn string
backupPlanId string
id string

The provider-assigned unique ID for this managed resource.

versionId string
backup_plan_arn str
backup_plan_id str
id str

The provider-assigned unique ID for this managed resource.

version_id str
backupPlanArn String
backupPlanId String
id String

The provider-assigned unique ID for this managed resource.

versionId String

Supporting Types

BackupPlanAdvancedBackupSettingResourceType

BackupOptions interface{}
ResourceType string

BackupPlanBackupRuleResourceType

BackupPlanCopyActionResourceType

BackupPlanLifecycleResourceType

BackupPlanResourceType

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0