Class SelectionArgs


  • public final class SelectionArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • conditions

        public java.util.Optional<com.pulumi.core.Output<java.util.List<SelectionConditionArgs>>> conditions()
        Returns:
        A list of conditions that you define to assign resources to your backup plans using tags.
      • iamRoleArn

        public com.pulumi.core.Output<java.lang.String> iamRoleArn()
        Returns:
        The ARN of the IAM role that AWS Backup uses to authenticate when restoring and backing up the target resource. See the [AWS Backup Developer Guide](https://docs.aws.amazon.com/aws-backup/latest/devguide/access-control.html#managed-policies) for additional information about using AWS managed policies or creating custom policies attached to the IAM role.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The display name of a resource selection document.
      • notResources

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> notResources()
        Returns:
        An array of strings that either contain Amazon Resource Names (ARNs) or match patterns of resources to exclude from a backup plan.
      • planId

        public com.pulumi.core.Output<java.lang.String> planId()
        Returns:
        The backup plan ID to be associated with the selection of resources.
      • resources

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> resources()
        Returns:
        An array of strings that either contain Amazon Resource Names (ARNs) or match patterns of resources to assign to a backup plan.
      • selectionTags

        public java.util.Optional<com.pulumi.core.Output<java.util.List<SelectionSelectionTagArgs>>> selectionTags()
        Returns:
        Tag-based conditions used to specify a set of resources to assign to a backup plan.