AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.eks.getIdentityProviderConfig
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
An object representing an Amazon EKS IdentityProviderConfig.
Using getIdentityProviderConfig
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 getIdentityProviderConfig(args: GetIdentityProviderConfigArgs, opts?: InvokeOptions): Promise<GetIdentityProviderConfigResult>
function getIdentityProviderConfigOutput(args: GetIdentityProviderConfigOutputArgs, opts?: InvokeOptions): Output<GetIdentityProviderConfigResult>
def get_identity_provider_config(cluster_name: Optional[str] = None,
identity_provider_config_name: Optional[str] = None,
type: Optional[IdentityProviderConfigType] = None,
opts: Optional[InvokeOptions] = None) -> GetIdentityProviderConfigResult
def get_identity_provider_config_output(cluster_name: Optional[pulumi.Input[str]] = None,
identity_provider_config_name: Optional[pulumi.Input[str]] = None,
type: Optional[pulumi.Input[IdentityProviderConfigType]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIdentityProviderConfigResult]
func LookupIdentityProviderConfig(ctx *Context, args *LookupIdentityProviderConfigArgs, opts ...InvokeOption) (*LookupIdentityProviderConfigResult, error)
func LookupIdentityProviderConfigOutput(ctx *Context, args *LookupIdentityProviderConfigOutputArgs, opts ...InvokeOption) LookupIdentityProviderConfigResultOutput
> Note: This function is named LookupIdentityProviderConfig
in the Go SDK.
public static class GetIdentityProviderConfig
{
public static Task<GetIdentityProviderConfigResult> InvokeAsync(GetIdentityProviderConfigArgs args, InvokeOptions? opts = null)
public static Output<GetIdentityProviderConfigResult> Invoke(GetIdentityProviderConfigInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIdentityProviderConfigResult> getIdentityProviderConfig(GetIdentityProviderConfigArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:eks:getIdentityProviderConfig
arguments:
# arguments dictionary
The following arguments are supported:
- Cluster
Name string - The name of the identity provider configuration.
- Identity
Provider stringConfig Name - The name of the OIDC provider configuration.
- Type
Pulumi.
Aws Native. Eks. Identity Provider Config Type - The type of the identity provider configuration.
- Cluster
Name string - The name of the identity provider configuration.
- Identity
Provider stringConfig Name - The name of the OIDC provider configuration.
- Type
Identity
Provider Config Type - The type of the identity provider configuration.
- cluster
Name String - The name of the identity provider configuration.
- identity
Provider StringConfig Name - The name of the OIDC provider configuration.
- type
Identity
Provider Config Type - The type of the identity provider configuration.
- cluster
Name string - The name of the identity provider configuration.
- identity
Provider stringConfig Name - The name of the OIDC provider configuration.
- type
Identity
Provider Config Type - The type of the identity provider configuration.
- cluster_
name str - The name of the identity provider configuration.
- identity_
provider_ strconfig_ name - The name of the OIDC provider configuration.
- type
Identity
Provider Config Type - The type of the identity provider configuration.
- cluster
Name String - The name of the identity provider configuration.
- identity
Provider StringConfig Name - The name of the OIDC provider configuration.
- type "oidc"
- The type of the identity provider configuration.
getIdentityProviderConfig Result
The following output properties are available:
- Identity
Provider stringConfig Arn - The ARN of the configuration.
- List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- Identity
Provider stringConfig Arn - The ARN of the configuration.
- Tag
- An array of key-value pairs to apply to this resource.
- identity
Provider StringConfig Arn - The ARN of the configuration.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- identity
Provider stringConfig Arn - The ARN of the configuration.
- Tag[]
- An array of key-value pairs to apply to this resource.
- identity_
provider_ strconfig_ arn - The ARN of the configuration.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- identity
Provider StringConfig Arn - The ARN of the configuration.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Supporting Types
IdentityProviderConfigType
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi