Interface CfnMemberProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMemberProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.104.0 (build e79254c)", date="2024-11-15T10:25:00.381Z") @Stability(Stable) public interface CfnMemberProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnMember.

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.guardduty.*;
 CfnMemberProps cfnMemberProps = CfnMemberProps.builder()
         .email("email")
         // the properties below are optional
         .detectorId("detectorId")
         .disableEmailNotification(false)
         .memberId("memberId")
         .message("message")
         .status("status")
         .build();
 

See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A builder for CfnMemberProps
    static final class 
    An implementation for CfnMemberProps
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default String
    The ID of the detector associated with the GuardDuty service to add the member to.
    default Object
    Specifies whether or not to disable email notification for the member account that you invite.
    The email address associated with the member account.
    default String
    The AWS account ID of the account to designate as a member.
    default String
    The invitation message that you want to send to the accounts that you're inviting to GuardDuty as members.
    default String
    You can use the Status property to update the status of the relationship between the member account and its administrator account.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson