aws-native.iam.getOIDCProvider
Resource Type definition for AWS::IAM::OIDCProvider
Using getOIDCProvider
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 getOIDCProvider(args: GetOIDCProviderArgs, opts?: InvokeOptions): Promise<GetOIDCProviderResult>
function getOIDCProviderOutput(args: GetOIDCProviderOutputArgs, opts?: InvokeOptions): Output<GetOIDCProviderResult>
def get_oidc_provider(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOIDCProviderResult
def get_oidc_provider_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOIDCProviderResult]
func LookupOIDCProvider(ctx *Context, args *LookupOIDCProviderArgs, opts ...InvokeOption) (*LookupOIDCProviderResult, error)
func LookupOIDCProviderOutput(ctx *Context, args *LookupOIDCProviderOutputArgs, opts ...InvokeOption) LookupOIDCProviderResultOutput
> Note: This function is named LookupOIDCProvider
in the Go SDK.
public static class GetOIDCProvider
{
public static Task<GetOIDCProviderResult> InvokeAsync(GetOIDCProviderArgs args, InvokeOptions? opts = null)
public static Output<GetOIDCProviderResult> Invoke(GetOIDCProviderInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOIDCProviderResult> getOIDCProvider(GetOIDCProviderArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:iam:getOIDCProvider
arguments:
# arguments dictionary
The following arguments are supported:
- Arn string
Amazon Resource Name (ARN) of the OIDC provider
- Arn string
Amazon Resource Name (ARN) of the OIDC provider
- arn String
Amazon Resource Name (ARN) of the OIDC provider
- arn string
Amazon Resource Name (ARN) of the OIDC provider
- arn str
Amazon Resource Name (ARN) of the OIDC provider
- arn String
Amazon Resource Name (ARN) of the OIDC provider
getOIDCProvider Result
The following output properties are available:
- Arn string
Amazon Resource Name (ARN) of the OIDC provider
- Client
Id List<string>List - List<Pulumi.
Aws Native. IAM. Outputs. OIDCProvider Tag> - Thumbprint
List List<string>
- Arn string
Amazon Resource Name (ARN) of the OIDC provider
- Client
Id []stringList - []OIDCProvider
Tag - Thumbprint
List []string
- arn String
Amazon Resource Name (ARN) of the OIDC provider
- client
Id List<String>List - List<OIDCProvider
Tag> - thumbprint
List List<String>
- arn string
Amazon Resource Name (ARN) of the OIDC provider
- client
Id string[]List - OIDCProvider
Tag[] - thumbprint
List string[]
- arn str
Amazon Resource Name (ARN) of the OIDC provider
- client_
id_ Sequence[str]list - Sequence[OIDCProvider
Tag] - thumbprint_
list Sequence[str]
- arn String
Amazon Resource Name (ARN) of the OIDC provider
- client
Id List<String>List - List<Property Map>
- thumbprint
List List<String>
Supporting Types
OIDCProviderTag
- Key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value string
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key str
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value str
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0