Class CfnApprovalTeamProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mpa.CfnApprovalTeamProps.Jsii$Proxy
- All Implemented Interfaces:
CfnApprovalTeamProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApprovalTeamProps
@Stability(Stable)
@Internal
public static final class CfnApprovalTeamProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApprovalTeamProps
An implementation for
CfnApprovalTeamProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mpa.CfnApprovalTeamProps
CfnApprovalTeamProps.Builder, CfnApprovalTeamProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnApprovalTeamProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApprovalTeamProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectContains details for how an approval team grants approval.final ObjectContains details for an approver.final StringDescription for the team.final StringgetName()Name of the team.final ObjectContains details for a policy.getTags()Tags that you have added to the specified resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnApprovalTeamProps.Builder.
-
-
Method Details
-
getApprovalStrategy
Description copied from interface:CfnApprovalTeamPropsContains details for how an approval team grants approval.Returns union: either
IResolvableorCfnApprovalTeam.ApprovalStrategyProperty- Specified by:
getApprovalStrategyin interfaceCfnApprovalTeamProps- See Also:
-
getApprovers
Description copied from interface:CfnApprovalTeamPropsContains details for an approver.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApprovalTeam.ApproverProperty>- Specified by:
getApproversin interfaceCfnApprovalTeamProps- See Also:
-
getDescription
Description copied from interface:CfnApprovalTeamPropsDescription for the team.- Specified by:
getDescriptionin interfaceCfnApprovalTeamProps- See Also:
-
getName
Description copied from interface:CfnApprovalTeamPropsName of the team.- Specified by:
getNamein interfaceCfnApprovalTeamProps- See Also:
-
getPolicies
Description copied from interface:CfnApprovalTeamPropsContains details for a policy.Policies define what operations a team that define the permissions for team resources.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApprovalTeam.PolicyProperty>- Specified by:
getPoliciesin interfaceCfnApprovalTeamProps- See Also:
-
getTags
Description copied from interface:CfnApprovalTeamPropsTags that you have added to the specified resource.- Specified by:
getTagsin interfaceCfnApprovalTeamProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-