CfnMasterMixinProps
- class aws_cdk.mixins_preview.aws_guardduty.mixins.CfnMasterMixinProps(*, detector_id=None, invitation_id=None, master_id=None)
Bases:
objectProperties for CfnMasterPropsMixin.
- Parameters:
detector_id (
Optional[str]) – The unique ID of the detector of the GuardDuty member account. To find thedetectorIdin the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.invitation_id (
Optional[str]) – The ID of the invitation that is sent to the account designated as a member account. You can find the invitation ID by running the ListInvitations in the GuardDuty API Reference .master_id (
Optional[str]) – The AWS account ID of the account designated as the GuardDuty administrator account.
- See:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-guardduty-master.html
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_guardduty import mixins as guardduty_mixins cfn_master_mixin_props = guardduty_mixins.CfnMasterMixinProps( detector_id="detectorId", invitation_id="invitationId", master_id="masterId" )
Attributes
- detector_id
The unique ID of the detector of the GuardDuty member account.
To find the
detectorIdin the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.
- invitation_id
The ID of the invitation that is sent to the account designated as a member account.
You can find the invitation ID by running the ListInvitations in the GuardDuty API Reference .
- master_id
The AWS account ID of the account designated as the GuardDuty administrator account.