Package services.verifiedpermissions
Interface CfnPolicyStore.SchemaDefinitionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPolicyStore.SchemaDefinitionProperty.Jsii$Proxy
- Enclosing class:
CfnPolicyStore
@Stability(Stable)
public static interface CfnPolicyStore.SchemaDefinitionProperty
extends software.amazon.jsii.JsiiSerializable
Contains a list of principal types, resource types, and actions that can be specified in policies stored in the same .
If the validation mode for the is set to STRICT
, then policies that can't be validated by this schema are rejected by and can't be stored in the .
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import services.verifiedpermissions.*; SchemaDefinitionProperty schemaDefinitionProperty = SchemaDefinitionProperty.builder() .cedarJson("cedarJson") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPolicyStore.SchemaDefinitionProperty
static final class
An implementation forCfnPolicyStore.SchemaDefinitionProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCedarJson
A JSON string representation of the schema supported by applications that use this .For more information, see Policy store schema in the ** .
- See Also:
-
builder
-