We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.54.0 published on Monday, Feb 16, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.54.0 published on Monday, Feb 16, 2026 by Pulumi
Resource Schema of AWS::EMRContainers::SecurityConfiguration Type
Using getSecurityConfiguration
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 getSecurityConfiguration(args: GetSecurityConfigurationArgs, opts?: InvokeOptions): Promise<GetSecurityConfigurationResult>
function getSecurityConfigurationOutput(args: GetSecurityConfigurationOutputArgs, opts?: InvokeOptions): Output<GetSecurityConfigurationResult>def get_security_configuration(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSecurityConfigurationResult
def get_security_configuration_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSecurityConfigurationResult]func LookupSecurityConfiguration(ctx *Context, args *LookupSecurityConfigurationArgs, opts ...InvokeOption) (*LookupSecurityConfigurationResult, error)
func LookupSecurityConfigurationOutput(ctx *Context, args *LookupSecurityConfigurationOutputArgs, opts ...InvokeOption) LookupSecurityConfigurationResultOutput> Note: This function is named LookupSecurityConfiguration in the Go SDK.
public static class GetSecurityConfiguration
{
public static Task<GetSecurityConfigurationResult> InvokeAsync(GetSecurityConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetSecurityConfigurationResult> Invoke(GetSecurityConfigurationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSecurityConfigurationResult> getSecurityConfiguration(GetSecurityConfigurationArgs args, InvokeOptions options)
public static Output<GetSecurityConfigurationResult> getSecurityConfiguration(GetSecurityConfigurationArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:emrcontainers:getSecurityConfiguration
arguments:
# arguments dictionaryThe following arguments are supported:
- Arn string
- The ARN of the security configuration.
- Arn string
- The ARN of the security configuration.
- arn String
- The ARN of the security configuration.
- arn string
- The ARN of the security configuration.
- arn str
- The ARN of the security configuration.
- arn String
- The ARN of the security configuration.
getSecurityConfiguration Result
The following output properties are available:
- Arn string
- The ARN of the security configuration.
- Id string
- The ID of the security configuration.
-
List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this security configuration.
- arn str
- The ARN of the security configuration.
- id str
- The ID of the security configuration.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this security configuration.
- arn String
- The ARN of the security configuration.
- id String
- The ID of the security configuration.
- List<Property Map>
- An array of key-value pairs to apply to this security configuration.
Supporting Types
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.54.0 published on Monday, Feb 16, 2026 by Pulumi
