1. Packages
  2. AWS Native
  3. API Docs
  4. backup
  5. BackupPlan

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.backup.BackupPlan

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    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[Mapping[str, str]] = 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, BackupPlanAdvancedBackupSettingResourceTypeArgs

    BackupOptions interface{}
    ResourceType string

    BackupPlanBackupRuleResourceType, BackupPlanBackupRuleResourceTypeArgs

    BackupPlanCopyActionResourceType, BackupPlanCopyActionResourceTypeArgs

    BackupPlanLifecycleResourceType, BackupPlanLifecycleResourceTypeArgs

    BackupPlanResourceType, BackupPlanResourceTypeArgs

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi