We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 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.9.0 published on Monday, Nov 18, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:controltower:getEnabledBaseline
arguments:
# arguments dictionary
The following arguments are supported:
- Enabled
Baseline stringIdentifier - The ARN of the
EnabledBaseline
resource.
- Enabled
Baseline stringIdentifier - The ARN of the
EnabledBaseline
resource.
- enabled
Baseline StringIdentifier - The ARN of the
EnabledBaseline
resource.
- enabled
Baseline stringIdentifier - The ARN of the
EnabledBaseline
resource.
- enabled_
baseline_ stridentifier - The ARN of the
EnabledBaseline
resource.
- enabled
Baseline StringIdentifier - The ARN of the
EnabledBaseline
resource.
getEnabledBaseline Result
The following output properties are available:
- Baseline
Version string - The enabled version of the
Baseline
. - Enabled
Baseline stringIdentifier - The ARN of the
EnabledBaseline
resource. - 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
.
- Baseline
Version string - The enabled version of the
Baseline
. - Enabled
Baseline stringIdentifier - The ARN of the
EnabledBaseline
resource. - Parameters
[]Enabled
Baseline 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 String - The enabled version of the
Baseline
. - enabled
Baseline StringIdentifier - The ARN of the
EnabledBaseline
resource. - parameters
List<Enabled
Baseline 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
.
- baseline
Version string - The enabled version of the
Baseline
. - enabled
Baseline stringIdentifier - The ARN of the
EnabledBaseline
resource. - parameters
Enabled
Baseline 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
EnabledBaseline
resource. - parameters
Sequence[Enabled
Baseline 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
.
- baseline
Version String - The enabled version of the
Baseline
. - enabled
Baseline StringIdentifier - The ARN of the
EnabledBaseline
resource. - 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.9.0 published on Monday, Nov 18, 2024 by Pulumi