We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.27.0 published on Monday, Apr 14, 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.27.0 published on Monday, Apr 14, 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 
- EnabledBaseline stringIdentifier 
- enabledBaseline StringIdentifier 
- enabledBaseline stringIdentifier 
- enabledBaseline StringIdentifier 
getEnabledBaseline Result
The following output properties are available:
- BaselineVersion string
- The enabled version of the Baseline.
- EnabledBaseline stringIdentifier 
- Parameters
List<Pulumi.Aws Native. Control Tower. Outputs. Enabled Baseline Parameter> 
- Shows the parameters that are applied when enabling this Baseline.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- BaselineVersion string
- The enabled version of the Baseline.
- EnabledBaseline stringIdentifier 
- Parameters
[]EnabledBaseline Parameter 
- Shows the parameters that are applied when enabling this Baseline.
- Tag
- baselineVersion String
- The enabled version of the Baseline.
- enabledBaseline StringIdentifier 
- parameters
List<EnabledBaseline Parameter> 
- Shows the parameters that are applied when enabling this Baseline.
- List<Tag>
- baselineVersion string
- The enabled version of the Baseline.
- enabledBaseline stringIdentifier 
- parameters
EnabledBaseline Parameter[] 
- Shows the parameters that are applied when enabling this Baseline.
- Tag[]
- baseline_version str
- The enabled version of the Baseline.
- enabled_baseline_ stridentifier 
- parameters
Sequence[EnabledBaseline Parameter] 
- Shows the parameters that are applied when enabling this Baseline.
- Sequence[root_Tag]
- baselineVersion String
- The enabled version of the Baseline.
- enabledBaseline StringIdentifier 
- parameters List<Property Map>
- Shows the parameters that are applied when enabling this Baseline.
- List<Property Map>
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.27.0 published on Monday, Apr 14, 2025 by Pulumi