aws-native.iam.getSAMLProvider
Resource Type definition for AWS::IAM::SAMLProvider
Using getSAMLProvider
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 getSAMLProvider(args: GetSAMLProviderArgs, opts?: InvokeOptions): Promise<GetSAMLProviderResult>
function getSAMLProviderOutput(args: GetSAMLProviderOutputArgs, opts?: InvokeOptions): Output<GetSAMLProviderResult>
def get_saml_provider(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSAMLProviderResult
def get_saml_provider_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSAMLProviderResult]
func LookupSAMLProvider(ctx *Context, args *LookupSAMLProviderArgs, opts ...InvokeOption) (*LookupSAMLProviderResult, error)
func LookupSAMLProviderOutput(ctx *Context, args *LookupSAMLProviderOutputArgs, opts ...InvokeOption) LookupSAMLProviderResultOutput
> Note: This function is named LookupSAMLProvider
in the Go SDK.
public static class GetSAMLProvider
{
public static Task<GetSAMLProviderResult> InvokeAsync(GetSAMLProviderArgs args, InvokeOptions? opts = null)
public static Output<GetSAMLProviderResult> Invoke(GetSAMLProviderInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSAMLProviderResult> getSAMLProvider(GetSAMLProviderArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:iam:getSAMLProvider
arguments:
# arguments dictionary
The following arguments are supported:
- Arn string
Amazon Resource Name (ARN) of the SAML provider
- Arn string
Amazon Resource Name (ARN) of the SAML provider
- arn String
Amazon Resource Name (ARN) of the SAML provider
- arn string
Amazon Resource Name (ARN) of the SAML provider
- arn str
Amazon Resource Name (ARN) of the SAML provider
- arn String
Amazon Resource Name (ARN) of the SAML provider
getSAMLProvider Result
The following output properties are available:
- Arn string
Amazon Resource Name (ARN) of the SAML provider
- Saml
Metadata stringDocument - List<Pulumi.
Aws Native. IAM. Outputs. SAMLProvider Tag>
- Arn string
Amazon Resource Name (ARN) of the SAML provider
- Saml
Metadata stringDocument - []SAMLProvider
Tag
- arn String
Amazon Resource Name (ARN) of the SAML provider
- saml
Metadata StringDocument - List<SAMLProvider
Tag>
- arn string
Amazon Resource Name (ARN) of the SAML provider
- saml
Metadata stringDocument - SAMLProvider
Tag[]
- arn str
Amazon Resource Name (ARN) of the SAML provider
- saml_
metadata_ strdocument - Sequence[SAMLProvider
Tag]
- arn String
Amazon Resource Name (ARN) of the SAML provider
- saml
Metadata StringDocument - List<Property Map>
Supporting Types
SAMLProviderTag
- 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