Command option Sample:aws iam create-saml-provider

Search command sample in the internet.It is the result.

Creates an IAM resource that describes an identity provider (IdP) thatsupports SAML 2.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/iam/create-saml-provider.html

aws iam create-saml-provider --saml-metadata-document file://GoogleIDPMetadata-yourdomain.xml --name GoogleAppsProvider
     How to Setup Google SSO and AWS · Moos3  : http://blog.guthnur.net/aws-google-sso/
aws iam create-saml-provider --saml-metadata-document file://SAMLMetaData.xml --name MySAMLProvider
    get-saml-provider — AWS CLI 1.16.7 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/iam/create-saml-provider.html
aws iam create-saml-provider --saml-metadata-document file://GoogleIDPMetadata-yourdomain.xml --name GoogleAppsProvider\n
    How to Setup Google SSO and AWS When I Work Product & Engineering : http://wheniwork.engineering/how-to-setup-google-sso-and-aws-4496f054a707
aws iam create-saml-provider --saml-metadata-document file://saml2-idp.net.isc.upenn.edu-metadata.txt --name PennWebLogin
    Enabling Penn Web Login for the Amazon Web Services console | UPenn ISC : http://www.isc.upenn.edu/enabling-penn-web-login-amazon-web-services-console
aws iam create-saml-provider --saml-metadata-document file://client-tailored-saml-idp-metadata.xml --name docker-keycloak
    AWS User Federation with Keycloak · Mark Wolfe's Blog : http://www.wolfe.id.au/2017/11/05/aws-user-federation-with-keycloak/

aws のオプション一覧