Interface RegionConfiguration.Builder

  • Method Details

    • scope

      The coverage of the control, if deployed. Scope is an enumerated type, with value Regional, or Global. A control with Global scope is effective in all Amazon Web Services Regions, regardless of the Region from which it is enabled, or to which it is deployed. A control implemented by an SCP is usually Global in scope. A control with Regional scope has operations that are restricted specifically to the Region from which it is enabled and to which it is deployed. Controls implemented by Config rules and CloudFormation hooks usually are Regional in scope. Security Hub controls usually are Regional in scope.

      Parameters:
      scope - The coverage of the control, if deployed. Scope is an enumerated type, with value Regional, or Global. A control with Global scope is effective in all Amazon Web Services Regions, regardless of the Region from which it is enabled, or to which it is deployed. A control implemented by an SCP is usually Global in scope. A control with Regional scope has operations that are restricted specifically to the Region from which it is enabled and to which it is deployed. Controls implemented by Config rules and CloudFormation hooks usually are Regional in scope. Security Hub controls usually are Regional in scope.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • scope

      The coverage of the control, if deployed. Scope is an enumerated type, with value Regional, or Global. A control with Global scope is effective in all Amazon Web Services Regions, regardless of the Region from which it is enabled, or to which it is deployed. A control implemented by an SCP is usually Global in scope. A control with Regional scope has operations that are restricted specifically to the Region from which it is enabled and to which it is deployed. Controls implemented by Config rules and CloudFormation hooks usually are Regional in scope. Security Hub controls usually are Regional in scope.

      Parameters:
      scope - The coverage of the control, if deployed. Scope is an enumerated type, with value Regional, or Global. A control with Global scope is effective in all Amazon Web Services Regions, regardless of the Region from which it is enabled, or to which it is deployed. A control implemented by an SCP is usually Global in scope. A control with Regional scope has operations that are restricted specifically to the Region from which it is enabled and to which it is deployed. Controls implemented by Config rules and CloudFormation hooks usually are Regional in scope. Security Hub controls usually are Regional in scope.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • deployableRegions

      RegionConfiguration.Builder deployableRegions(Collection<String> deployableRegions)

      Regions in which the control is available to be deployed.

      Parameters:
      deployableRegions - Regions in which the control is available to be deployed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deployableRegions

      RegionConfiguration.Builder deployableRegions(String... deployableRegions)

      Regions in which the control is available to be deployed.

      Parameters:
      deployableRegions - Regions in which the control is available to be deployed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.