@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-07-06T20:02:46.227Z")
public interface ServicePrincipalOpts
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iam.*; Object conditions; ServicePrincipalOpts servicePrincipalOpts = ServicePrincipalOpts.builder() .conditions(Map.of( "conditionsKey", conditions)) .region("region") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
ServicePrincipalOpts.Builder
A builder for
ServicePrincipalOpts |
static class |
ServicePrincipalOpts.Jsii$Proxy
An implementation for
ServicePrincipalOpts |
Modifier and Type | Method and Description |
---|---|
static ServicePrincipalOpts.Builder |
builder() |
default java.util.Map<java.lang.String,java.lang.Object> |
getConditions()
Additional conditions to add to the Service Principal.
|
default java.lang.String |
getRegion()
Deprecated.
You should not need to set this. The stack's region is always correct.
|
default java.util.Map<java.lang.String,java.lang.Object> getConditions()
Default: - No conditions
@Deprecated default java.lang.String getRegion()
Default: - the current Stack's region.
static ServicePrincipalOpts.Builder builder()
ServicePrincipalOpts.Builder
of ServicePrincipalOpts