Class FrameworkControlArgs


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

      • inputParameters

        public java.util.Optional<com.pulumi.core.Output<java.util.List<FrameworkControlInputParameterArgs>>> inputParameters()
        Returns:
        One or more input parameter blocks. An example of a control with two parameters is: "backup plan frequency is at least daily and the retention period is at least 1 year". The first parameter is daily. The second parameter is 1 year. Detailed below.
      • name

        public com.pulumi.core.Output<java.lang.String> name()
        Returns:
        The name of a control. This name is between 1 and 256 characters.
      • scope

        public java.util.Optional<com.pulumi.core.Output<FrameworkControlScopeArgs>> scope()
        Returns:
        The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans. Detailed below.