@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-28T21:34:15.799Z")
public interface UnknownPrincipalProps
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.*; import software.constructs.*; Construct construct; UnknownPrincipalProps unknownPrincipalProps = UnknownPrincipalProps.builder() .resource(construct) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
UnknownPrincipalProps.Builder
A builder for
UnknownPrincipalProps |
static class |
UnknownPrincipalProps.Jsii$Proxy
An implementation for
UnknownPrincipalProps |
Modifier and Type | Method and Description |
---|---|
static UnknownPrincipalProps.Builder |
builder() |
software.constructs.IConstruct |
getResource()
The resource the role proxy is for.
|
software.constructs.IConstruct getResource()
static UnknownPrincipalProps.Builder builder()
UnknownPrincipalProps.Builder
of UnknownPrincipalProps