@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-09T19:16:33.788Z")
public interface CfnMemberProps
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.managedblockchain.*; CfnMemberProps cfnMemberProps = CfnMemberProps.builder() .memberConfiguration(MemberConfigurationProperty.builder() .name("name") // the properties below are optional .description("description") .memberFrameworkConfiguration(MemberFrameworkConfigurationProperty.builder() .memberFabricConfiguration(MemberFabricConfigurationProperty.builder() .adminPassword("adminPassword") .adminUsername("adminUsername") .build()) .build()) .build()) // the properties below are optional .invitationId("invitationId") .networkConfiguration(NetworkConfigurationProperty.builder() .framework("framework") .frameworkVersion("frameworkVersion") .name("name") .votingPolicy(VotingPolicyProperty.builder() .approvalThresholdPolicy(ApprovalThresholdPolicyProperty.builder() .proposalDurationInHours(123) .thresholdComparator("thresholdComparator") .thresholdPercentage(123) .build()) .build()) // the properties below are optional .description("description") .networkFrameworkConfiguration(NetworkFrameworkConfigurationProperty.builder() .networkFabricConfiguration(NetworkFabricConfigurationProperty.builder() .edition("edition") .build()) .build()) .build()) .networkId("networkId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnMemberProps.Builder
A builder for
CfnMemberProps |
static class |
CfnMemberProps.Jsii$Proxy
An implementation for
CfnMemberProps |
Modifier and Type | Method and Description |
---|---|
static CfnMemberProps.Builder |
builder() |
default java.lang.String |
getInvitationId()
The unique identifier of the invitation to join the network sent to the account that creates the member.
|
java.lang.Object |
getMemberConfiguration()
Configuration properties of the member.
|
default java.lang.Object |
getNetworkConfiguration()
Configuration properties of the network to which the member belongs.
|
default java.lang.String |
getNetworkId()
The unique identifier of the network to which the member belongs.
|
java.lang.Object getMemberConfiguration()
default java.lang.String getInvitationId()
default java.lang.Object getNetworkConfiguration()
default java.lang.String getNetworkId()
static CfnMemberProps.Builder builder()
CfnMemberProps.Builder
of CfnMemberProps