SamlProviderArgs

data class SamlProviderArgs(val name: Output<String>? = null, val samlMetadataDocument: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<SamlProviderArgs>

Resource Type definition for AWS::IAM::SAMLProvider

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, samlMetadataDocument: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

The name of the provider to create. This parameter allows (through its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

Link copied to clipboard
val samlMetadataDocument: Output<String>? = null

An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP. For more information, see About SAML 2.0-based federation in the IAM User Guide

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A list of tags that you want to attach to the new IAM SAML provider. Each tag consists of a key name and an associated value. For more information about tagging, see Tagging IAM resources in the IAM User Guide .

Functions

Link copied to clipboard
open override fun toJava(): SamlProviderArgs