1. Packages
  2. Palo Alto Networks Cloud NGFW for AWS Provider
  3. API Docs
  4. AccountOnboardingStack
Palo Alto Networks Cloud NGFW for AWS v0.1.1 published on Saturday, Mar 15, 2025 by Pulumi

cloudngfwaws.AccountOnboardingStack

Explore with Pulumi AI

Resource for Account Onboarding.

Admin Permission Type

  • Rulestack (for scope="Local")
  • Global Rulestack (for scope="Global")

Create AccountOnboardingStack Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new AccountOnboardingStack(name: string, args: AccountOnboardingStackArgs, opts?: CustomResourceOptions);
@overload
def AccountOnboardingStack(resource_name: str,
                           args: AccountOnboardingStackArgs,
                           opts: Optional[ResourceOptions] = None)

@overload
def AccountOnboardingStack(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           external_id: Optional[str] = None,
                           trusted_account: Optional[str] = None,
                           cft_role_name: Optional[str] = None,
                           account_id: Optional[str] = None,
                           sns_topic_arn: Optional[str] = None,
                           onboarding_cft: Optional[str] = None,
                           cloudwatch_log_group: Optional[str] = None,
                           endpoint_mode: Optional[str] = None,
                           kinesis_firehose: Optional[str] = None,
                           decryption_cert: Optional[str] = None,
                           s3_bucket: Optional[str] = None,
                           cloudwatch_namespace: Optional[str] = None,
                           stack_id: Optional[str] = None,
                           stack_status: Optional[str] = None,
                           auditlog_group: Optional[str] = None)
func NewAccountOnboardingStack(ctx *Context, name string, args AccountOnboardingStackArgs, opts ...ResourceOption) (*AccountOnboardingStack, error)
public AccountOnboardingStack(string name, AccountOnboardingStackArgs args, CustomResourceOptions? opts = null)
public AccountOnboardingStack(String name, AccountOnboardingStackArgs args)
public AccountOnboardingStack(String name, AccountOnboardingStackArgs args, CustomResourceOptions options)
type: cloudngfwaws:AccountOnboardingStack
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. AccountOnboardingStackArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. AccountOnboardingStackArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. AccountOnboardingStackArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. AccountOnboardingStackArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. AccountOnboardingStackArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var accountOnboardingStackResource = new CloudNgfwAws.AccountOnboardingStack("accountOnboardingStackResource", new()
{
    ExternalId = "string",
    TrustedAccount = "string",
    CftRoleName = "string",
    AccountId = "string",
    SnsTopicArn = "string",
    OnboardingCft = "string",
    CloudwatchLogGroup = "string",
    EndpointMode = "string",
    KinesisFirehose = "string",
    DecryptionCert = "string",
    S3Bucket = "string",
    CloudwatchNamespace = "string",
    StackId = "string",
    StackStatus = "string",
    AuditlogGroup = "string",
});
Copy
example, err := cloudngfwaws.NewAccountOnboardingStack(ctx, "accountOnboardingStackResource", &cloudngfwaws.AccountOnboardingStackArgs{
	ExternalId:          pulumi.String("string"),
	TrustedAccount:      pulumi.String("string"),
	CftRoleName:         pulumi.String("string"),
	AccountId:           pulumi.String("string"),
	SnsTopicArn:         pulumi.String("string"),
	OnboardingCft:       pulumi.String("string"),
	CloudwatchLogGroup:  pulumi.String("string"),
	EndpointMode:        pulumi.String("string"),
	KinesisFirehose:     pulumi.String("string"),
	DecryptionCert:      pulumi.String("string"),
	S3Bucket:            pulumi.String("string"),
	CloudwatchNamespace: pulumi.String("string"),
	StackId:             pulumi.String("string"),
	StackStatus:         pulumi.String("string"),
	AuditlogGroup:       pulumi.String("string"),
})
Copy
var accountOnboardingStackResource = new AccountOnboardingStack("accountOnboardingStackResource", AccountOnboardingStackArgs.builder()
    .externalId("string")
    .trustedAccount("string")
    .cftRoleName("string")
    .accountId("string")
    .snsTopicArn("string")
    .onboardingCft("string")
    .cloudwatchLogGroup("string")
    .endpointMode("string")
    .kinesisFirehose("string")
    .decryptionCert("string")
    .s3Bucket("string")
    .cloudwatchNamespace("string")
    .stackId("string")
    .stackStatus("string")
    .auditlogGroup("string")
    .build());
Copy
account_onboarding_stack_resource = cloudngfwaws.AccountOnboardingStack("accountOnboardingStackResource",
    external_id="string",
    trusted_account="string",
    cft_role_name="string",
    account_id="string",
    sns_topic_arn="string",
    onboarding_cft="string",
    cloudwatch_log_group="string",
    endpoint_mode="string",
    kinesis_firehose="string",
    decryption_cert="string",
    s3_bucket="string",
    cloudwatch_namespace="string",
    stack_id="string",
    stack_status="string",
    auditlog_group="string")
Copy
const accountOnboardingStackResource = new cloudngfwaws.AccountOnboardingStack("accountOnboardingStackResource", {
    externalId: "string",
    trustedAccount: "string",
    cftRoleName: "string",
    accountId: "string",
    snsTopicArn: "string",
    onboardingCft: "string",
    cloudwatchLogGroup: "string",
    endpointMode: "string",
    kinesisFirehose: "string",
    decryptionCert: "string",
    s3Bucket: "string",
    cloudwatchNamespace: "string",
    stackId: "string",
    stackStatus: "string",
    auditlogGroup: "string",
});
Copy
type: cloudngfwaws:AccountOnboardingStack
properties:
    accountId: string
    auditlogGroup: string
    cftRoleName: string
    cloudwatchLogGroup: string
    cloudwatchNamespace: string
    decryptionCert: string
    endpointMode: string
    externalId: string
    kinesisFirehose: string
    onboardingCft: string
    s3Bucket: string
    snsTopicArn: string
    stackId: string
    stackStatus: string
    trustedAccount: string
Copy

AccountOnboardingStack Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The AccountOnboardingStack resource accepts the following input properties:

AccountId
This property is required.
Changes to this property will trigger replacement.
string
The account IDs
CftRoleName
This property is required.
Changes to this property will trigger replacement.
string
Role name to run the account onboarding CFT in each account to be onboarded.
ExternalId
This property is required.
Changes to this property will trigger replacement.
string
External Id of the onboarded account
OnboardingCft
This property is required.
Changes to this property will trigger replacement.
string
Role name to run the account onboarding CFT in each account to be onboarded.
SnsTopicArn
This property is required.
Changes to this property will trigger replacement.
string
SNS topic ARN to publish the role ARNs
TrustedAccount
This property is required.
Changes to this property will trigger replacement.
string
PANW Cloud NGFW trusted account Id
AuditlogGroup Changes to this property will trigger replacement. string
Audit Log Group Name
CloudwatchLogGroup Changes to this property will trigger replacement. string
Cloudwatch Log Group
CloudwatchNamespace Changes to this property will trigger replacement. string
Cloudwatch Namespace
DecryptionCert Changes to this property will trigger replacement. string
The CloudNGFW can decrypt inbound and outbound traffic by providing a certificate stored in secret Manager. The role allows the service to access a certificate configured in the rulestack. Only certificated tagged with PaloAltoCloudNGFW can be accessed
EndpointMode Changes to this property will trigger replacement. string
Controls whether cloud NGFW will create firewall endpoints automatitically in customer subnets
KinesisFirehose Changes to this property will trigger replacement. string
Kinesis Firehose for logging
S3Bucket Changes to this property will trigger replacement. string
S3 Bucket Name for Logging. Logging roles provide access to create log contents in this bucket.
StackId string
ID of the account onboarding CFT stack
StackStatus string
Status of the account onboarding CFT stack.
AccountId
This property is required.
Changes to this property will trigger replacement.
string
The account IDs
CftRoleName
This property is required.
Changes to this property will trigger replacement.
string
Role name to run the account onboarding CFT in each account to be onboarded.
ExternalId
This property is required.
Changes to this property will trigger replacement.
string
External Id of the onboarded account
OnboardingCft
This property is required.
Changes to this property will trigger replacement.
string
Role name to run the account onboarding CFT in each account to be onboarded.
SnsTopicArn
This property is required.
Changes to this property will trigger replacement.
string
SNS topic ARN to publish the role ARNs
TrustedAccount
This property is required.
Changes to this property will trigger replacement.
string
PANW Cloud NGFW trusted account Id
AuditlogGroup Changes to this property will trigger replacement. string
Audit Log Group Name
CloudwatchLogGroup Changes to this property will trigger replacement. string
Cloudwatch Log Group
CloudwatchNamespace Changes to this property will trigger replacement. string
Cloudwatch Namespace
DecryptionCert Changes to this property will trigger replacement. string
The CloudNGFW can decrypt inbound and outbound traffic by providing a certificate stored in secret Manager. The role allows the service to access a certificate configured in the rulestack. Only certificated tagged with PaloAltoCloudNGFW can be accessed
EndpointMode Changes to this property will trigger replacement. string
Controls whether cloud NGFW will create firewall endpoints automatitically in customer subnets
KinesisFirehose Changes to this property will trigger replacement. string
Kinesis Firehose for logging
S3Bucket Changes to this property will trigger replacement. string
S3 Bucket Name for Logging. Logging roles provide access to create log contents in this bucket.
StackId string
ID of the account onboarding CFT stack
StackStatus string
Status of the account onboarding CFT stack.
accountId
This property is required.
Changes to this property will trigger replacement.
String
The account IDs
cftRoleName
This property is required.
Changes to this property will trigger replacement.
String
Role name to run the account onboarding CFT in each account to be onboarded.
externalId
This property is required.
Changes to this property will trigger replacement.
String
External Id of the onboarded account
onboardingCft
This property is required.
Changes to this property will trigger replacement.
String
Role name to run the account onboarding CFT in each account to be onboarded.
snsTopicArn
This property is required.
Changes to this property will trigger replacement.
String
SNS topic ARN to publish the role ARNs
trustedAccount
This property is required.
Changes to this property will trigger replacement.
String
PANW Cloud NGFW trusted account Id
auditlogGroup Changes to this property will trigger replacement. String
Audit Log Group Name
cloudwatchLogGroup Changes to this property will trigger replacement. String
Cloudwatch Log Group
cloudwatchNamespace Changes to this property will trigger replacement. String
Cloudwatch Namespace
decryptionCert Changes to this property will trigger replacement. String
The CloudNGFW can decrypt inbound and outbound traffic by providing a certificate stored in secret Manager. The role allows the service to access a certificate configured in the rulestack. Only certificated tagged with PaloAltoCloudNGFW can be accessed
endpointMode Changes to this property will trigger replacement. String
Controls whether cloud NGFW will create firewall endpoints automatitically in customer subnets
kinesisFirehose Changes to this property will trigger replacement. String
Kinesis Firehose for logging
s3Bucket Changes to this property will trigger replacement. String
S3 Bucket Name for Logging. Logging roles provide access to create log contents in this bucket.
stackId String
ID of the account onboarding CFT stack
stackStatus String
Status of the account onboarding CFT stack.
accountId
This property is required.
Changes to this property will trigger replacement.
string
The account IDs
cftRoleName
This property is required.
Changes to this property will trigger replacement.
string
Role name to run the account onboarding CFT in each account to be onboarded.
externalId
This property is required.
Changes to this property will trigger replacement.
string
External Id of the onboarded account
onboardingCft
This property is required.
Changes to this property will trigger replacement.
string
Role name to run the account onboarding CFT in each account to be onboarded.
snsTopicArn
This property is required.
Changes to this property will trigger replacement.
string
SNS topic ARN to publish the role ARNs
trustedAccount
This property is required.
Changes to this property will trigger replacement.
string
PANW Cloud NGFW trusted account Id
auditlogGroup Changes to this property will trigger replacement. string
Audit Log Group Name
cloudwatchLogGroup Changes to this property will trigger replacement. string
Cloudwatch Log Group
cloudwatchNamespace Changes to this property will trigger replacement. string
Cloudwatch Namespace
decryptionCert Changes to this property will trigger replacement. string
The CloudNGFW can decrypt inbound and outbound traffic by providing a certificate stored in secret Manager. The role allows the service to access a certificate configured in the rulestack. Only certificated tagged with PaloAltoCloudNGFW can be accessed
endpointMode Changes to this property will trigger replacement. string
Controls whether cloud NGFW will create firewall endpoints automatitically in customer subnets
kinesisFirehose Changes to this property will trigger replacement. string
Kinesis Firehose for logging
s3Bucket Changes to this property will trigger replacement. string
S3 Bucket Name for Logging. Logging roles provide access to create log contents in this bucket.
stackId string
ID of the account onboarding CFT stack
stackStatus string
Status of the account onboarding CFT stack.
account_id
This property is required.
Changes to this property will trigger replacement.
str
The account IDs
cft_role_name
This property is required.
Changes to this property will trigger replacement.
str
Role name to run the account onboarding CFT in each account to be onboarded.
external_id
This property is required.
Changes to this property will trigger replacement.
str
External Id of the onboarded account
onboarding_cft
This property is required.
Changes to this property will trigger replacement.
str
Role name to run the account onboarding CFT in each account to be onboarded.
sns_topic_arn
This property is required.
Changes to this property will trigger replacement.
str
SNS topic ARN to publish the role ARNs
trusted_account
This property is required.
Changes to this property will trigger replacement.
str
PANW Cloud NGFW trusted account Id
auditlog_group Changes to this property will trigger replacement. str
Audit Log Group Name
cloudwatch_log_group Changes to this property will trigger replacement. str
Cloudwatch Log Group
cloudwatch_namespace Changes to this property will trigger replacement. str
Cloudwatch Namespace
decryption_cert Changes to this property will trigger replacement. str
The CloudNGFW can decrypt inbound and outbound traffic by providing a certificate stored in secret Manager. The role allows the service to access a certificate configured in the rulestack. Only certificated tagged with PaloAltoCloudNGFW can be accessed
endpoint_mode Changes to this property will trigger replacement. str
Controls whether cloud NGFW will create firewall endpoints automatitically in customer subnets
kinesis_firehose Changes to this property will trigger replacement. str
Kinesis Firehose for logging
s3_bucket Changes to this property will trigger replacement. str
S3 Bucket Name for Logging. Logging roles provide access to create log contents in this bucket.
stack_id str
ID of the account onboarding CFT stack
stack_status str
Status of the account onboarding CFT stack.
accountId
This property is required.
Changes to this property will trigger replacement.
String
The account IDs
cftRoleName
This property is required.
Changes to this property will trigger replacement.
String
Role name to run the account onboarding CFT in each account to be onboarded.
externalId
This property is required.
Changes to this property will trigger replacement.
String
External Id of the onboarded account
onboardingCft
This property is required.
Changes to this property will trigger replacement.
String
Role name to run the account onboarding CFT in each account to be onboarded.
snsTopicArn
This property is required.
Changes to this property will trigger replacement.
String
SNS topic ARN to publish the role ARNs
trustedAccount
This property is required.
Changes to this property will trigger replacement.
String
PANW Cloud NGFW trusted account Id
auditlogGroup Changes to this property will trigger replacement. String
Audit Log Group Name
cloudwatchLogGroup Changes to this property will trigger replacement. String
Cloudwatch Log Group
cloudwatchNamespace Changes to this property will trigger replacement. String
Cloudwatch Namespace
decryptionCert Changes to this property will trigger replacement. String
The CloudNGFW can decrypt inbound and outbound traffic by providing a certificate stored in secret Manager. The role allows the service to access a certificate configured in the rulestack. Only certificated tagged with PaloAltoCloudNGFW can be accessed
endpointMode Changes to this property will trigger replacement. String
Controls whether cloud NGFW will create firewall endpoints automatitically in customer subnets
kinesisFirehose Changes to this property will trigger replacement. String
Kinesis Firehose for logging
s3Bucket Changes to this property will trigger replacement. String
S3 Bucket Name for Logging. Logging roles provide access to create log contents in this bucket.
stackId String
ID of the account onboarding CFT stack
stackStatus String
Status of the account onboarding CFT stack.

Outputs

All input properties are implicitly available as output properties. Additionally, the AccountOnboardingStack resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing AccountOnboardingStack Resource

Get an existing AccountOnboardingStack resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: AccountOnboardingStackState, opts?: CustomResourceOptions): AccountOnboardingStack
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        account_id: Optional[str] = None,
        auditlog_group: Optional[str] = None,
        cft_role_name: Optional[str] = None,
        cloudwatch_log_group: Optional[str] = None,
        cloudwatch_namespace: Optional[str] = None,
        decryption_cert: Optional[str] = None,
        endpoint_mode: Optional[str] = None,
        external_id: Optional[str] = None,
        kinesis_firehose: Optional[str] = None,
        onboarding_cft: Optional[str] = None,
        s3_bucket: Optional[str] = None,
        sns_topic_arn: Optional[str] = None,
        stack_id: Optional[str] = None,
        stack_status: Optional[str] = None,
        trusted_account: Optional[str] = None) -> AccountOnboardingStack
func GetAccountOnboardingStack(ctx *Context, name string, id IDInput, state *AccountOnboardingStackState, opts ...ResourceOption) (*AccountOnboardingStack, error)
public static AccountOnboardingStack Get(string name, Input<string> id, AccountOnboardingStackState? state, CustomResourceOptions? opts = null)
public static AccountOnboardingStack get(String name, Output<String> id, AccountOnboardingStackState state, CustomResourceOptions options)
resources:  _:    type: cloudngfwaws:AccountOnboardingStack    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
AccountId Changes to this property will trigger replacement. string
The account IDs
AuditlogGroup Changes to this property will trigger replacement. string
Audit Log Group Name
CftRoleName Changes to this property will trigger replacement. string
Role name to run the account onboarding CFT in each account to be onboarded.
CloudwatchLogGroup Changes to this property will trigger replacement. string
Cloudwatch Log Group
CloudwatchNamespace Changes to this property will trigger replacement. string
Cloudwatch Namespace
DecryptionCert Changes to this property will trigger replacement. string
The CloudNGFW can decrypt inbound and outbound traffic by providing a certificate stored in secret Manager. The role allows the service to access a certificate configured in the rulestack. Only certificated tagged with PaloAltoCloudNGFW can be accessed
EndpointMode Changes to this property will trigger replacement. string
Controls whether cloud NGFW will create firewall endpoints automatitically in customer subnets
ExternalId Changes to this property will trigger replacement. string
External Id of the onboarded account
KinesisFirehose Changes to this property will trigger replacement. string
Kinesis Firehose for logging
OnboardingCft Changes to this property will trigger replacement. string
Role name to run the account onboarding CFT in each account to be onboarded.
S3Bucket Changes to this property will trigger replacement. string
S3 Bucket Name for Logging. Logging roles provide access to create log contents in this bucket.
SnsTopicArn Changes to this property will trigger replacement. string
SNS topic ARN to publish the role ARNs
StackId string
ID of the account onboarding CFT stack
StackStatus string
Status of the account onboarding CFT stack.
TrustedAccount Changes to this property will trigger replacement. string
PANW Cloud NGFW trusted account Id
AccountId Changes to this property will trigger replacement. string
The account IDs
AuditlogGroup Changes to this property will trigger replacement. string
Audit Log Group Name
CftRoleName Changes to this property will trigger replacement. string
Role name to run the account onboarding CFT in each account to be onboarded.
CloudwatchLogGroup Changes to this property will trigger replacement. string
Cloudwatch Log Group
CloudwatchNamespace Changes to this property will trigger replacement. string
Cloudwatch Namespace
DecryptionCert Changes to this property will trigger replacement. string
The CloudNGFW can decrypt inbound and outbound traffic by providing a certificate stored in secret Manager. The role allows the service to access a certificate configured in the rulestack. Only certificated tagged with PaloAltoCloudNGFW can be accessed
EndpointMode Changes to this property will trigger replacement. string
Controls whether cloud NGFW will create firewall endpoints automatitically in customer subnets
ExternalId Changes to this property will trigger replacement. string
External Id of the onboarded account
KinesisFirehose Changes to this property will trigger replacement. string
Kinesis Firehose for logging
OnboardingCft Changes to this property will trigger replacement. string
Role name to run the account onboarding CFT in each account to be onboarded.
S3Bucket Changes to this property will trigger replacement. string
S3 Bucket Name for Logging. Logging roles provide access to create log contents in this bucket.
SnsTopicArn Changes to this property will trigger replacement. string
SNS topic ARN to publish the role ARNs
StackId string
ID of the account onboarding CFT stack
StackStatus string
Status of the account onboarding CFT stack.
TrustedAccount Changes to this property will trigger replacement. string
PANW Cloud NGFW trusted account Id
accountId Changes to this property will trigger replacement. String
The account IDs
auditlogGroup Changes to this property will trigger replacement. String
Audit Log Group Name
cftRoleName Changes to this property will trigger replacement. String
Role name to run the account onboarding CFT in each account to be onboarded.
cloudwatchLogGroup Changes to this property will trigger replacement. String
Cloudwatch Log Group
cloudwatchNamespace Changes to this property will trigger replacement. String
Cloudwatch Namespace
decryptionCert Changes to this property will trigger replacement. String
The CloudNGFW can decrypt inbound and outbound traffic by providing a certificate stored in secret Manager. The role allows the service to access a certificate configured in the rulestack. Only certificated tagged with PaloAltoCloudNGFW can be accessed
endpointMode Changes to this property will trigger replacement. String
Controls whether cloud NGFW will create firewall endpoints automatitically in customer subnets
externalId Changes to this property will trigger replacement. String
External Id of the onboarded account
kinesisFirehose Changes to this property will trigger replacement. String
Kinesis Firehose for logging
onboardingCft Changes to this property will trigger replacement. String
Role name to run the account onboarding CFT in each account to be onboarded.
s3Bucket Changes to this property will trigger replacement. String
S3 Bucket Name for Logging. Logging roles provide access to create log contents in this bucket.
snsTopicArn Changes to this property will trigger replacement. String
SNS topic ARN to publish the role ARNs
stackId String
ID of the account onboarding CFT stack
stackStatus String
Status of the account onboarding CFT stack.
trustedAccount Changes to this property will trigger replacement. String
PANW Cloud NGFW trusted account Id
accountId Changes to this property will trigger replacement. string
The account IDs
auditlogGroup Changes to this property will trigger replacement. string
Audit Log Group Name
cftRoleName Changes to this property will trigger replacement. string
Role name to run the account onboarding CFT in each account to be onboarded.
cloudwatchLogGroup Changes to this property will trigger replacement. string
Cloudwatch Log Group
cloudwatchNamespace Changes to this property will trigger replacement. string
Cloudwatch Namespace
decryptionCert Changes to this property will trigger replacement. string
The CloudNGFW can decrypt inbound and outbound traffic by providing a certificate stored in secret Manager. The role allows the service to access a certificate configured in the rulestack. Only certificated tagged with PaloAltoCloudNGFW can be accessed
endpointMode Changes to this property will trigger replacement. string
Controls whether cloud NGFW will create firewall endpoints automatitically in customer subnets
externalId Changes to this property will trigger replacement. string
External Id of the onboarded account
kinesisFirehose Changes to this property will trigger replacement. string
Kinesis Firehose for logging
onboardingCft Changes to this property will trigger replacement. string
Role name to run the account onboarding CFT in each account to be onboarded.
s3Bucket Changes to this property will trigger replacement. string
S3 Bucket Name for Logging. Logging roles provide access to create log contents in this bucket.
snsTopicArn Changes to this property will trigger replacement. string
SNS topic ARN to publish the role ARNs
stackId string
ID of the account onboarding CFT stack
stackStatus string
Status of the account onboarding CFT stack.
trustedAccount Changes to this property will trigger replacement. string
PANW Cloud NGFW trusted account Id
account_id Changes to this property will trigger replacement. str
The account IDs
auditlog_group Changes to this property will trigger replacement. str
Audit Log Group Name
cft_role_name Changes to this property will trigger replacement. str
Role name to run the account onboarding CFT in each account to be onboarded.
cloudwatch_log_group Changes to this property will trigger replacement. str
Cloudwatch Log Group
cloudwatch_namespace Changes to this property will trigger replacement. str
Cloudwatch Namespace
decryption_cert Changes to this property will trigger replacement. str
The CloudNGFW can decrypt inbound and outbound traffic by providing a certificate stored in secret Manager. The role allows the service to access a certificate configured in the rulestack. Only certificated tagged with PaloAltoCloudNGFW can be accessed
endpoint_mode Changes to this property will trigger replacement. str
Controls whether cloud NGFW will create firewall endpoints automatitically in customer subnets
external_id Changes to this property will trigger replacement. str
External Id of the onboarded account
kinesis_firehose Changes to this property will trigger replacement. str
Kinesis Firehose for logging
onboarding_cft Changes to this property will trigger replacement. str
Role name to run the account onboarding CFT in each account to be onboarded.
s3_bucket Changes to this property will trigger replacement. str
S3 Bucket Name for Logging. Logging roles provide access to create log contents in this bucket.
sns_topic_arn Changes to this property will trigger replacement. str
SNS topic ARN to publish the role ARNs
stack_id str
ID of the account onboarding CFT stack
stack_status str
Status of the account onboarding CFT stack.
trusted_account Changes to this property will trigger replacement. str
PANW Cloud NGFW trusted account Id
accountId Changes to this property will trigger replacement. String
The account IDs
auditlogGroup Changes to this property will trigger replacement. String
Audit Log Group Name
cftRoleName Changes to this property will trigger replacement. String
Role name to run the account onboarding CFT in each account to be onboarded.
cloudwatchLogGroup Changes to this property will trigger replacement. String
Cloudwatch Log Group
cloudwatchNamespace Changes to this property will trigger replacement. String
Cloudwatch Namespace
decryptionCert Changes to this property will trigger replacement. String
The CloudNGFW can decrypt inbound and outbound traffic by providing a certificate stored in secret Manager. The role allows the service to access a certificate configured in the rulestack. Only certificated tagged with PaloAltoCloudNGFW can be accessed
endpointMode Changes to this property will trigger replacement. String
Controls whether cloud NGFW will create firewall endpoints automatitically in customer subnets
externalId Changes to this property will trigger replacement. String
External Id of the onboarded account
kinesisFirehose Changes to this property will trigger replacement. String
Kinesis Firehose for logging
onboardingCft Changes to this property will trigger replacement. String
Role name to run the account onboarding CFT in each account to be onboarded.
s3Bucket Changes to this property will trigger replacement. String
S3 Bucket Name for Logging. Logging roles provide access to create log contents in this bucket.
snsTopicArn Changes to this property will trigger replacement. String
SNS topic ARN to publish the role ARNs
stackId String
ID of the account onboarding CFT stack
stackStatus String
Status of the account onboarding CFT stack.
trustedAccount Changes to this property will trigger replacement. String
PANW Cloud NGFW trusted account Id

Package Details

Repository
cloudngfwaws pulumi/pulumi-cloudngfwaws
License
Apache-2.0
Notes
This Pulumi package is based on the cloudngfwaws Terraform Provider.