Interface AWSConfigConstants
public interface AWSConfigConstants
Constants used in Camel AWS Config module
-
Field Details
-
OPERATION
@Metadata(description="The operation we want to perform", javaType="String") static final String OPERATION- See Also:
-
RULE_SOURCE_IDENTIFIER
@Metadata(description="The Managed rule source identifier", javaType="String") static final String RULE_SOURCE_IDENTIFIER- See Also:
-
SOURCE
@Metadata(description="The source object for the rule. The owner of the rule could be AWS, CUSTOM_LAMBDA or CUSTOM_POLICY", javaType="String") static final String SOURCE- See Also:
-
RULE_NAME
- See Also:
-
CONFORMACE_PACK_NAME
@Metadata(description="The Conformance pack name", javaType="String") static final String CONFORMACE_PACK_NAME- See Also:
-
CONFORMACE_PACK_S3_TEMPLATE_URI
@Metadata(description="The location of the file containing the template body in S3", javaType="String") static final String CONFORMACE_PACK_S3_TEMPLATE_URI- See Also:
-
CONFORMACE_PACK_TEMPLATE_BODY
@Metadata(description="A string containing the full conformance pack template body", javaType="String") static final String CONFORMACE_PACK_TEMPLATE_BODY- See Also:
-