@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.514Z") @Stability(value=Stable) public class CfnAccessPolicy extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnAccessPolicy.AccessPolicyIdentityProperty |
static interface |
CfnAccessPolicy.AccessPolicyResourceProperty |
static class |
CfnAccessPolicy.Builder
A fluent builder for
CfnAccessPolicy. |
static interface |
CfnAccessPolicy.IamRoleProperty |
static interface |
CfnAccessPolicy.IamUserProperty |
static interface |
CfnAccessPolicy.PortalProperty |
static interface |
CfnAccessPolicy.ProjectProperty |
static interface |
CfnAccessPolicy.UserProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnAccessPolicy(software.constructs.Construct scope,
String id,
CfnAccessPolicyProps props)
Create a new `AWS::IoTSiteWise::AccessPolicy`.
|
protected |
CfnAccessPolicy(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnAccessPolicy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAccessPolicyIdentity()
`AWS::IoTSiteWise::AccessPolicy.AccessPolicyIdentity`.
|
String |
getAccessPolicyPermission()
`AWS::IoTSiteWise::AccessPolicy.AccessPolicyPermission`.
|
Object |
getAccessPolicyResource()
`AWS::IoTSiteWise::AccessPolicy.AccessPolicyResource`.
|
String |
getAttrAccessPolicyArn() |
String |
getAttrAccessPolicyId() |
protected Map<String,Object> |
getCfnProperties() |
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAccessPolicyIdentity(CfnAccessPolicy.AccessPolicyIdentityProperty value)
`AWS::IoTSiteWise::AccessPolicy.AccessPolicyIdentity`.
|
void |
setAccessPolicyIdentity(IResolvable value)
`AWS::IoTSiteWise::AccessPolicy.AccessPolicyIdentity`.
|
void |
setAccessPolicyPermission(String value)
`AWS::IoTSiteWise::AccessPolicy.AccessPolicyPermission`.
|
void |
setAccessPolicyResource(CfnAccessPolicy.AccessPolicyResourceProperty value)
`AWS::IoTSiteWise::AccessPolicy.AccessPolicyResource`.
|
void |
setAccessPolicyResource(IResolvable value)
`AWS::IoTSiteWise::AccessPolicy.AccessPolicyResource`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnAccessPolicy(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnAccessPolicy(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnAccessPolicy(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnAccessPolicyProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrAccessPolicyArn()
@Stability(value=Stable) @NotNull public String getAttrAccessPolicyId()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public Object getAccessPolicyIdentity()
@Stability(value=Stable)
public void setAccessPolicyIdentity(@NotNull
CfnAccessPolicy.AccessPolicyIdentityProperty value)
@Stability(value=Stable)
public void setAccessPolicyIdentity(@NotNull
IResolvable value)
@Stability(value=Stable) @NotNull public String getAccessPolicyPermission()
@Stability(value=Stable)
public void setAccessPolicyPermission(@NotNull
String value)
@Stability(value=Stable) @NotNull public Object getAccessPolicyResource()
@Stability(value=Stable)
public void setAccessPolicyResource(@NotNull
CfnAccessPolicy.AccessPolicyResourceProperty value)
@Stability(value=Stable)
public void setAccessPolicyResource(@NotNull
IResolvable value)
Copyright © 2021. All rights reserved.