Uses of Interface
software.amazon.awscdk.services.iam.ServicePrincipalOpts
Packages that use ServicePrincipalOpts
Package
Description
AWS Identity and Access Management Construct Library
-
Uses of ServicePrincipalOpts in software.amazon.awscdk.services.iam
Classes in software.amazon.awscdk.services.iam that implement ServicePrincipalOptsMethods in software.amazon.awscdk.services.iam that return ServicePrincipalOptsModifier and TypeMethodDescriptionServicePrincipalOpts.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.iam with parameters of type ServicePrincipalOptsModifier and TypeMethodDescriptionvoid
PolicyStatement.addServicePrincipal
(String service, ServicePrincipalOpts opts) Adds a service principal to this policy statement.Constructors in software.amazon.awscdk.services.iam with parameters of type ServicePrincipalOptsModifierConstructorDescriptionServicePrincipal
(String service, ServicePrincipalOpts opts) Reference an AWS service, optionally in a given region.