1. Packages
  2. AWS Native
  3. API Docs
  4. controltower
  5. EnabledBaseline

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.controltower.EnabledBaseline

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

    Definition of AWS::ControlTower::EnabledBaseline Resource Type

    Create EnabledBaseline Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new EnabledBaseline(name: string, args: EnabledBaselineArgs, opts?: CustomResourceOptions);
    @overload
    def EnabledBaseline(resource_name: str,
                        args: EnabledBaselineArgs,
                        opts: Optional[ResourceOptions] = None)
    
    @overload
    def EnabledBaseline(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        baseline_identifier: Optional[str] = None,
                        baseline_version: Optional[str] = None,
                        target_identifier: Optional[str] = None,
                        parameters: Optional[Sequence[EnabledBaselineParameterArgs]] = None,
                        tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewEnabledBaseline(ctx *Context, name string, args EnabledBaselineArgs, opts ...ResourceOption) (*EnabledBaseline, error)
    public EnabledBaseline(string name, EnabledBaselineArgs args, CustomResourceOptions? opts = null)
    public EnabledBaseline(String name, EnabledBaselineArgs args)
    public EnabledBaseline(String name, EnabledBaselineArgs args, CustomResourceOptions options)
    
    type: aws-native:controltower:EnabledBaseline
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args EnabledBaselineArgs
    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 EnabledBaselineArgs
    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 EnabledBaselineArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args EnabledBaselineArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args EnabledBaselineArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    EnabledBaseline 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 EnabledBaseline resource accepts the following input properties:

    BaselineIdentifier string
    The specific Baseline enabled as part of the EnabledBaseline resource.
    BaselineVersion string
    The enabled version of the Baseline .
    TargetIdentifier string
    The target on which to enable the Baseline .
    Parameters List<Pulumi.AwsNative.ControlTower.Inputs.EnabledBaselineParameter>
    Parameters that are applied when enabling this Baseline . These parameters configure the behavior of the baseline.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Tags associated with input to EnableBaseline .
    BaselineIdentifier string
    The specific Baseline enabled as part of the EnabledBaseline resource.
    BaselineVersion string
    The enabled version of the Baseline .
    TargetIdentifier string
    The target on which to enable the Baseline .
    Parameters []EnabledBaselineParameterArgs
    Parameters that are applied when enabling this Baseline . These parameters configure the behavior of the baseline.
    Tags TagArgs
    Tags associated with input to EnableBaseline .
    baselineIdentifier String
    The specific Baseline enabled as part of the EnabledBaseline resource.
    baselineVersion String
    The enabled version of the Baseline .
    targetIdentifier String
    The target on which to enable the Baseline .
    parameters List<EnabledBaselineParameter>
    Parameters that are applied when enabling this Baseline . These parameters configure the behavior of the baseline.
    tags List<Tag>
    Tags associated with input to EnableBaseline .
    baselineIdentifier string
    The specific Baseline enabled as part of the EnabledBaseline resource.
    baselineVersion string
    The enabled version of the Baseline .
    targetIdentifier string
    The target on which to enable the Baseline .
    parameters EnabledBaselineParameter[]
    Parameters that are applied when enabling this Baseline . These parameters configure the behavior of the baseline.
    tags Tag[]
    Tags associated with input to EnableBaseline .
    baseline_identifier str
    The specific Baseline enabled as part of the EnabledBaseline resource.
    baseline_version str
    The enabled version of the Baseline .
    target_identifier str
    The target on which to enable the Baseline .
    parameters Sequence[EnabledBaselineParameterArgs]
    Parameters that are applied when enabling this Baseline . These parameters configure the behavior of the baseline.
    tags Sequence[TagArgs]
    Tags associated with input to EnableBaseline .
    baselineIdentifier String
    The specific Baseline enabled as part of the EnabledBaseline resource.
    baselineVersion String
    The enabled version of the Baseline .
    targetIdentifier String
    The target on which to enable the Baseline .
    parameters List<Property Map>
    Parameters that are applied when enabling this Baseline . These parameters configure the behavior of the baseline.
    tags List<Property Map>
    Tags associated with input to EnableBaseline .

    Outputs

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

    EnabledBaselineIdentifier string
    The ARN of the EnabledBaseline resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    EnabledBaselineIdentifier string
    The ARN of the EnabledBaseline resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    enabledBaselineIdentifier String
    The ARN of the EnabledBaseline resource.
    id String
    The provider-assigned unique ID for this managed resource.
    enabledBaselineIdentifier string
    The ARN of the EnabledBaseline resource.
    id string
    The provider-assigned unique ID for this managed resource.
    enabled_baseline_identifier str
    The ARN of the EnabledBaseline resource.
    id str
    The provider-assigned unique ID for this managed resource.
    enabledBaselineIdentifier String
    The ARN of the EnabledBaseline resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    EnabledBaselineParameter, EnabledBaselineParameterArgs

    Key string
    A string denoting the parameter key.
    Value string | object | double | List<object> | bool
    A low-level Document object of any type (for example, a Java Object).
    Key string
    A string denoting the parameter key.
    Value string | interface{} | float64 | []interface{} | bool
    A low-level Document object of any type (for example, a Java Object).
    key String
    A string denoting the parameter key.
    value String | Object | Double | List<Object> | Boolean
    A low-level Document object of any type (for example, a Java Object).
    key string
    A string denoting the parameter key.
    value string | any | number | (boolean | number | any | string)[] | boolean
    A low-level Document object of any type (for example, a Java Object).
    key str
    A string denoting the parameter key.
    value str | Any | float | Sequence[Union[bool, float, Any, str]] | bool
    A low-level Document object of any type (for example, a Java Object).
    key String
    A string denoting the parameter key.
    value String | Any | Number | List<Boolean | Number | Any | String> | Boolean
    A low-level Document object of any type (for example, a Java Object).

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    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.112.0 published on Wednesday, Jul 24, 2024 by Pulumi