@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-22T22:36:22.860Z") @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.