We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.controltower.getEnabledBaseline
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
Definition of AWS::ControlTower::EnabledBaseline Resource Type
Using getEnabledBaseline
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getEnabledBaseline(args: GetEnabledBaselineArgs, opts?: InvokeOptions): Promise<GetEnabledBaselineResult>
function getEnabledBaselineOutput(args: GetEnabledBaselineOutputArgs, opts?: InvokeOptions): Output<GetEnabledBaselineResult>def get_enabled_baseline(enabled_baseline_identifier: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetEnabledBaselineResult
def get_enabled_baseline_output(enabled_baseline_identifier: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetEnabledBaselineResult]func LookupEnabledBaseline(ctx *Context, args *LookupEnabledBaselineArgs, opts ...InvokeOption) (*LookupEnabledBaselineResult, error)
func LookupEnabledBaselineOutput(ctx *Context, args *LookupEnabledBaselineOutputArgs, opts ...InvokeOption) LookupEnabledBaselineResultOutput> Note: This function is named LookupEnabledBaseline in the Go SDK.
public static class GetEnabledBaseline 
{
    public static Task<GetEnabledBaselineResult> InvokeAsync(GetEnabledBaselineArgs args, InvokeOptions? opts = null)
    public static Output<GetEnabledBaselineResult> Invoke(GetEnabledBaselineInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEnabledBaselineResult> getEnabledBaseline(GetEnabledBaselineArgs args, InvokeOptions options)
public static Output<GetEnabledBaselineResult> getEnabledBaseline(GetEnabledBaselineArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:controltower:getEnabledBaseline
  arguments:
    # arguments dictionaryThe following arguments are supported:
- EnabledBaseline stringIdentifier 
- The ARN of the EnabledBaselineresource.
- EnabledBaseline stringIdentifier 
- The ARN of the EnabledBaselineresource.
- enabledBaseline StringIdentifier 
- The ARN of the EnabledBaselineresource.
- enabledBaseline stringIdentifier 
- The ARN of the EnabledBaselineresource.
- enabled_baseline_ stridentifier 
- The ARN of the EnabledBaselineresource.
- enabledBaseline StringIdentifier 
- The ARN of the EnabledBaselineresource.
getEnabledBaseline Result
The following output properties are available:
- BaselineVersion string
- The enabled version of the Baseline.
- EnabledBaseline stringIdentifier 
- The ARN of the EnabledBaselineresource.
- Parameters
List<Pulumi.Aws Native. Control Tower. Outputs. Enabled Baseline Parameter> 
- Parameters that are applied when enabling this Baseline. These parameters configure the behavior of the baseline.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- Tags associated with input to EnableBaseline.
- BaselineVersion string
- The enabled version of the Baseline.
- EnabledBaseline stringIdentifier 
- The ARN of the EnabledBaselineresource.
- Parameters
[]EnabledBaseline Parameter 
- Parameters that are applied when enabling this Baseline. These parameters configure the behavior of the baseline.
- Tag
- Tags associated with input to EnableBaseline.
- baselineVersion String
- The enabled version of the Baseline.
- enabledBaseline StringIdentifier 
- The ARN of the EnabledBaselineresource.
- parameters
List<EnabledBaseline Parameter> 
- Parameters that are applied when enabling this Baseline. These parameters configure the behavior of the baseline.
- List<Tag>
- Tags associated with input to EnableBaseline.
- baselineVersion string
- The enabled version of the Baseline.
- enabledBaseline stringIdentifier 
- The ARN of the EnabledBaselineresource.
- parameters
EnabledBaseline Parameter[] 
- Parameters that are applied when enabling this Baseline. These parameters configure the behavior of the baseline.
- Tag[]
- Tags associated with input to EnableBaseline.
- baseline_version str
- The enabled version of the Baseline.
- enabled_baseline_ stridentifier 
- The ARN of the EnabledBaselineresource.
- parameters
Sequence[EnabledBaseline Parameter] 
- Parameters that are applied when enabling this Baseline. These parameters configure the behavior of the baseline.
- Sequence[root_Tag]
- Tags associated with input to EnableBaseline.
- baselineVersion String
- The enabled version of the Baseline.
- enabledBaseline StringIdentifier 
- The ARN of the EnabledBaselineresource.
- parameters List<Property Map>
- Parameters that are applied when enabling this Baseline. These parameters configure the behavior of the baseline.
- List<Property Map>
- Tags associated with input to EnableBaseline.
Supporting Types
EnabledBaselineParameter  
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi