@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.790Z") @Stability(value=Stable) public interface UnknownPrincipalProps extends software.amazon.jsii.JsiiSerializable
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.
|
@Stability(value=Stable) @NotNull software.constructs.IConstruct getResource()
@Stability(value=Stable) static UnknownPrincipalProps.Builder builder()
UnknownPrincipalProps.Builder of UnknownPrincipalPropsCopyright © 2022. All rights reserved.